@@ -676,7 +676,7 @@ def read_csv(
676
676
delim_whitespace : bool | lib .NoDefault = ...,
677
677
low_memory : bool = ...,
678
678
memory_map : bool = ...,
679
- float_precision : Literal ["high" , "legacy" ] | None = ...,
679
+ float_precision : Literal ["high" , "legacy" , "round_trip" ] | None = ...,
680
680
storage_options : StorageOptions = ...,
681
681
dtype_backend : DtypeBackend | lib .NoDefault = ...,
682
682
) -> TextFileReader :
@@ -736,7 +736,7 @@ def read_csv(
736
736
delim_whitespace : bool | lib .NoDefault = ...,
737
737
low_memory : bool = ...,
738
738
memory_map : bool = ...,
739
- float_precision : Literal ["high" , "legacy" ] | None = ...,
739
+ float_precision : Literal ["high" , "legacy" , "round_trip" ] | None = ...,
740
740
storage_options : StorageOptions = ...,
741
741
dtype_backend : DtypeBackend | lib .NoDefault = ...,
742
742
) -> TextFileReader :
@@ -796,7 +796,7 @@ def read_csv(
796
796
delim_whitespace : bool | lib .NoDefault = ...,
797
797
low_memory : bool = ...,
798
798
memory_map : bool = ...,
799
- float_precision : Literal ["high" , "legacy" ] | None = ...,
799
+ float_precision : Literal ["high" , "legacy" , "round_trip" ] | None = ...,
800
800
storage_options : StorageOptions = ...,
801
801
dtype_backend : DtypeBackend | lib .NoDefault = ...,
802
802
) -> DataFrame :
@@ -856,7 +856,7 @@ def read_csv(
856
856
delim_whitespace : bool | lib .NoDefault = ...,
857
857
low_memory : bool = ...,
858
858
memory_map : bool = ...,
859
- float_precision : Literal ["high" , "legacy" ] | None = ...,
859
+ float_precision : Literal ["high" , "legacy" , "round_trip" ] | None = ...,
860
860
storage_options : StorageOptions = ...,
861
861
dtype_backend : DtypeBackend | lib .NoDefault = ...,
862
862
) -> DataFrame | TextFileReader :
@@ -934,7 +934,7 @@ def read_csv(
934
934
delim_whitespace : bool | lib .NoDefault = lib .no_default ,
935
935
low_memory : bool = _c_parser_defaults ["low_memory" ],
936
936
memory_map : bool = False ,
937
- float_precision : Literal ["high" , "legacy" ] | None = None ,
937
+ float_precision : Literal ["high" , "legacy" , "round_trip" ] | None = None ,
938
938
storage_options : StorageOptions | None = None ,
939
939
dtype_backend : DtypeBackend | lib .NoDefault = lib .no_default ,
940
940
) -> DataFrame | TextFileReader :
0 commit comments