Checking for the control type
I am able to get the IDs of all the controls of a page and also their type, in the page when i print it it shows
I am able to get the IDs of all the controls of a page and also their type, in the page when i print it it shows
I want to convert a table, represented as a list of lists, into a pandas DataFrame. As an extremely simplified example:
I have a script which reads a text file, pulls decimal numbers out of it as strings and places them into a list.
I would like to import the following csv as strings not as int64. Pandas read_csv automatically converts it to int64, but I need this column as string.