i have csv file and the one of the cells value is 1.773 (string)
i use standard read_csv
import pandas as pd df = pd.read_csv(\'file.csv\')