Nilearn: Use pandas in the data loaders

Created on 26 Nov 2020  路  5Comments  路  Source: nilearn/nilearn

Since Pandas was added to the dependencies, we can use it in the data loaders to read CSV files instead of Numpy.
See #2619

Enhancement Good first issue

Most helpful comment

Hello @NicolasGensollen , I'll work on this issue.

All 5 comments

Since Pandas was added to the dependencies, we can use it in the data loaders to read CSV files instead of Numpy.
See #2619

I wouldn't modify existing loaders; but when writing new loaders (which
should almost never happen anyway) pandas can be used when that's more
convenient

I wouldn't modify existing loaders;

I had in mind modifying loaders :)

I had in mind modifying loaders :)

oops just saw your comment in #2619 -- ok, let's change them then :)

Hello @NicolasGensollen , I'll work on this issue.

Great! Thanks @achamma723 !

Was this page helpful?
0 / 5 - 0 ratings