Skip to content
Snippets Groups Projects
Commit 5231e50c authored by David Schäfer's avatar David Schäfer
Browse files

made the met file mor manageable

parent 10da1371
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,4 @@ import pandas as pd
T = TypeVar("T")
ArrayLike = TypeVar("ArrayLike", np.ndarray, pd.Series, pd.DataFrame)
PandasLike = TypeVar("PandasLike", pd.Series, pd.DataFrame)
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment