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?