danfojs icon indicating copy to clipboard operation
danfojs copied to clipboard

how to use dtypeTestLim to recompute data types

Open vivere-dally opened this issue 6 months ago • 0 comments

I have a large df with a string column. However, the first 5k+ values are integer values, but later on we see the string data.

I saw that dtypeTestLim is set to 20 by default, which is really low for my use case. I saw that in no way I can set that to readCSV. Is my only option to create a new df and set that property, thus cloning the original df?

vivere-dally avatar Aug 25 '25 10:08 vivere-dally