Skip to content
#

CSV

CSV is a common data exchange format that stores tabular data in a plain text file. A CSV file stores the data in a delimited text file that uses commas to separate the values.

Here are 61 public repositories matching this topic...

[Python] Jupyter's notebook illustrating several methods for analyzing a dataset with the historical results of various lotteries. The example shows how to analyze the linear relationship between individual fields, using the extension of the data set with astronomical data, and shows how to visualize the distribution of numbers at individual pos…

  • Updated Jul 27, 2022
  • Jupyter Notebook

Have you always wanted to make visuals of pokemon data? I found a csv file that has stats on most of the pokemon and I used python, seaborn and matplotlib to make some cool visualizations. This work was sampled from a cool tutorial on seaborn's great visualizations(https://elitedatascience.com/python-seaborn-tutorial#step-1). This covers a good …

  • Updated Sep 13, 2023
  • Jupyter Notebook