joe-wojniak / PythonForFinance

Examples inspired by book Python For Finance
Apache License 2.0
13 stars 1 forks source link

Support loading alternate dataset: data.csv #1

Open joe-wojniak opened 3 years ago

joe-wojniak commented 3 years ago

All the Jupyter Lab notebooks (*.ipynb) have been written to load the dataset from locally saved files.
data.csv provides this dataset formatted in tabular format (i.e. compatible with pandas dataframe format.)

The notebooks need to be updated to load from data.csv as an alternative method to the individual *.txt files.

datatalking commented 3 years ago

I would be willing to help write this, I've done similar work but I need a tutorial on how to access someone else's git, and I think fork it, update and push/pull? Need advice on that steps, the adding of data I could collaborate on.