mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-01 19:24:18 -07:00
updating import order
This commit is contained in:
parent
fc1aaf90e1
commit
19b3ba24ef
2 changed files with 3 additions and 4 deletions
|
@ -96,7 +96,7 @@ def floor_series(series: pd.Series, number_of_decimals: int) -> pd.Series:
|
|||
if series.isin(unacceptable_values).any():
|
||||
series.replace(mapping, regex=False, inplace=True)
|
||||
|
||||
multiplication_factor = 10**number_of_decimals
|
||||
multiplication_factor = 10 ** number_of_decimals
|
||||
|
||||
# In order to safely cast NaNs
|
||||
# First coerce series to float type: series.astype(float)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue