Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
import pandas as pd
from pyclarify import DataFrame
today = pd.Timestamp.now(tz="Europe/Oslo")
active_gill_score_data = {'A24_active_gill_score': [0.0]}
active_gill_score_df = pd.DataFrame(active_gill_score_data)
active_gill_score_df.index = [today]
clarify_df = DataFrame.from_pandas(active_gill_score_df)
...
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
** System information (please complete the following information):**
OS: (e.g. Windows 10)
Python Version: (e.g. 3.8)
SDK Version: (e.g. 0.2.2)
Additional context
Add any other context about the problem here.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
** System information (please complete the following information):**
OS: (e.g. Windows 10)
Python Version: (e.g. 3.8)
SDK Version: (e.g. 0.2.2)
Additional context
Add any other context about the problem here.