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

Incorrect Type inference CSV #334

Open
emilianomm opened this issue Jun 20, 2023 · 0 comments
Open

Incorrect Type inference CSV #334

emilianomm opened this issue Jun 20, 2023 · 0 comments

Comments

@emilianomm
Copy link

Hi!

I'm currently having some issues on type inferencing for columns that have a large amounts of codes with pure numeric characters an a very few that include a alpha character. Like:

col = [ 
              123, 
              321,
                ...,
               V12,
               231,
                 ...
          ]

You probably get it. In this case DV infer a 123 type and show the likes of V12 as NA values. Any way to control the type inference or change dtype afterwards?

Thanks!

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

No branches or pull requests

1 participant