Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions subjects/ai/pandas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ I recommend to use:
The goal of this exercise is to learn to create basic Pandas objects.

1. Create a DataFrame as below this using two ways:

- From a NumPy array
- From a Pandas Series

Expand Down Expand Up @@ -168,7 +167,7 @@ For this exercise, use [this dataset](./data/iris.csv).

### Resources

- [The ultimate Pandas resource](https://bedford-computing.co.uk/learning/wp-content/uploads/2015/10/Python-for-Data-Analysis.pdf)
- [Awesome pandas](https://github.com/tommyod/awesome-pandas)

- [Pandas documentation](https://pandas.pydata.org/docs/)

Expand Down
Loading