Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a function that reads named_features.csv into a pandas DataFrame #3

Open
cjtu opened this issue Dec 3, 2018 · 1 comment
Open

Comments

@cjtu
Copy link
Owner

cjtu commented Dec 3, 2018

The pandas package excels at storing and manipulating tabular data. The file /data/named_features.csv is a table of named features on Pluto and some facts about them.

Write a function in helpers.py that:

  • reads the named_features.csv into a pandas dataframe

Add an example in jupyter_notebooks/ (you can edit tutorial.ipynb or make your own notebook) which shows how to call this function and some cool manipulations you can do with pandas methods.

@katpowell
Copy link
Contributor

I can work on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants