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

A half done read_csv func #170

Merged
merged 2 commits into from
May 15, 2022
Merged

A half done read_csv func #170

merged 2 commits into from
May 15, 2022

Conversation

tushushu
Copy link
Collaborator

@tushushu tushushu commented May 15, 2022

The function works like this:

>>> import ulist as ul
>>> data = ul.read_csv()
>>> data[0]
UltraFastList([True, False, None])
>>> data[1]
UltraFastList([2, 3, None])
>>> data[2]
UltraFastList([2.0, 3.0, None])
>>> data[3]
UltraFastList(['foo', 'bar', None])

@tushushu tushushu added the io Input-output label May 15, 2022
@tushushu tushushu self-assigned this May 15, 2022
@tushushu tushushu added this to the ulist 0.11.0 milestone May 15, 2022
@tushushu tushushu linked an issue May 15, 2022 that may be closed by this pull request
@tushushu tushushu merged commit 2526f27 into main May 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
io Input-output
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Write an example read_csv function
1 participant