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

Let users set date time format #66

Open
yunjoonjung-PNNL opened this issue Dec 30, 2024 · 0 comments
Open

Let users set date time format #66

yunjoonjung-PNNL opened this issue Dec 30, 2024 · 0 comments

Comments

@yunjoonjung-PNNL
Copy link
Collaborator

Can we let users set date time format?

For example, instead of the following,

data.index = pd.to_datetime(data.index)

Can we let users specify there date format such as data.index = pd.to_datetime(data.index, format='%m/%d/%Y, %I:%M:%S %p'), %m/%d/%Y, %I:%M:%S %p is a user input somewhere? This is because sometimes pandas caused an error that can be prevented. it's also cumbersome to change the date time in Excel.

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

1 participant