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

Feature: Implement csv reader #29

Open
UtkarshGoelUT opened this issue Jan 23, 2023 · 3 comments
Open

Feature: Implement csv reader #29

UtkarshGoelUT opened this issue Jan 23, 2023 · 3 comments

Comments

@UtkarshGoelUT
Copy link
Contributor

No description provided.

@Sar-thak-3
Copy link
Contributor

To implement it, I was thinking either we need to use any 3rd party cpp library because we need to store multiple data types in single data structure.
or else I'm thinking of one alternative of it that we can store data type of every column of csv file and when we need to apply any function over that data, we consider data type and on runtime convert it and use it accordingly!

@uttammittal02
Copy link
Collaborator

To implement it, I was thinking either we need to use any 3rd party cpp library because we need to store multiple data types in single data structure.
or else I'm thinking of one alternative of it that we can store data type of every column of csv file and when we need to apply any function over that data, we consider data type and on runtime convert it and use it accordingly!

Second option seems good but again first complete the issues already assigned to you. Only then move on to others.

@Sar-thak-3
Copy link
Contributor

I'm interested sir, kindly assign it to me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants