Skip to content

Update support for pandas 3.0 #178

Description

@oddaspa

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions