cjtu / cjtu/plutopy

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

Open
#3 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
12
Forks
16
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.