We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1019405 commit a92c990Copy full SHA for a92c990
ica/core.py
@@ -254,7 +254,7 @@ def make_dataframe_tz_naive(df: pd.DataFrame) -> pd.DataFrame:
254
def prepare_df_for_output(df: pd.DataFrame) -> pd.DataFrame:
255
"""
256
Prepare the given dataframe for output by prettifying column names,
257
- strippnig timezone details incompatible with Excel, and other normalization
+ stripping timezone details incompatible with Excel, and other normalization
258
operations; return the normalized dataframe
259
260
return (
0 commit comments