Skip to content

Instantly share code, notes, and snippets.

View janpipek's full-sized avatar
🗻
...

Jan Pipek janpipek

🗻
...
View GitHub Profile
@janpipek
janpipek / normalize_series.py
Created August 16, 2022 16:59
Normalize series
import numbers
from typing import Literal, Optional, Union
import numpy as np
import pandas as pd
def normalize_series(
series: pd.Series,
*,