Skip to content

JattievdLinde/insights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Sample raw dataset

This repo contains a simple raw dataset sample.

The easiest way to load the sample for analyses is as follow:

  import pandas as pd
  df=pd.read_csv('https://raw.githubusercontent.com/JattievdLinde/insights/main/data/Data.log')
  df.head()

Basic Analyses

Create a Jupyter notebook, load the dataset and analyse the data, dicuss what is usefull and what not. Look for interesting deviations and how to enhance and extract those for further potenyial processing using machinelearning for example.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages