Python: Pandas and BigFloat

366 Views Asked by At

I have a pandas data frame with columns of data type float64.

I would like to increase the floating point precision to 200. I know you can do this with the BigFloat library.

I'm not sure what's the best way to increase the precision for floating point numbers in pandas.

0

There are 0 best solutions below