Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate columns #365

Closed
fboundy opened this issue Jan 11, 2025 · 1 comment
Closed

Duplicate columns #365

fboundy opened this issue Jan 11, 2025 · 1 comment
Assignees

Comments

@fboundy
Copy link
Owner

fboundy commented Jan 11, 2025

/homeassistant/appdaemon/apps/pv_opt/pv_opt.py:3421: UserWarning: DataFrame columns are not unique, some columns will be omitted.
| {col: df[["period_start", col]].to_dict("records") for col in cols if col in df.columns}

@fboundy fboundy self-assigned this Jan 11, 2025
@stevebuk1
Copy link
Collaborator

With later releases (4.0.6 onwards I think), this has now disappeared from my logs.

@fboundy fboundy closed this as completed Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants