Skip to content

[EXTERNAL] fix(pandas): replace broken "Ultimate Pandas Resource" link with "Awesome Pandas"#3065

Closed
vpollo11 wants to merge 2 commits into01-edu:masterfrom
vpollo11:master
Closed

[EXTERNAL] fix(pandas): replace broken "Ultimate Pandas Resource" link with "Awesome Pandas"#3065
vpollo11 wants to merge 2 commits into01-edu:masterfrom
vpollo11:master

Conversation

@vpollo11
Copy link
Copy Markdown
Member

Thanks for catching this!
The "Ultimate Pandas Resource" link was returning a 403 error.
I’ve updated it to point to the actively maintained Awesome Pandas resource instead.

…ng data

### Fix ambiguous instruction about row indexing

#### What changed

The sentence:

> "Load the data using genfromtxt, specifying the delimiter as ';', and optimize the numpy array size by reducing the data types. Use np.float32 and verify that the resulting numpy array weighs 76800 bytes."

was unclear about whether the CSV header should be skipped or not.

It now says:

> "Load the data using genfromtxt, specifying the delimiter as ';' with excluding the headers, and optimize the numpy array size by reducing the data types. Use np.float32 and verify that the resulting numpy array weighs 76800 bytes."

#### Why

Later instructions refer to specific row numbers (like the 2nd, 7th, and 12th rows). Without stating whether the header counts as a row, the meaning is ambiguous — it affects the indexing. This fix makes it clear that the header should be excluded.

#### No code changes

This is a documentation fix only.
[EXTERNAL] fix(numpy): clarify that CSV header is excluded when loading data
@vpollo11 vpollo11 closed this Sep 22, 2025
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

Successfully merging this pull request may close these issues.

1 participant