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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error match in arrow.get #1113

Open
swxs opened this issue Jun 21, 2022 · 2 comments
Open

Error match in arrow.get #1113

swxs opened this issue Jun 21, 2022 · 2 comments
Labels

Comments

@swxs
Copy link

swxs commented Jun 21, 2022

Issue Description

System Info

  • 馃枼 OS name and version: Windows 11
  • 馃悕 Python version: 3.8.6
  • 馃徆 Arrow version: 0.14.2

image
the return of arrow.get("2020/6/17\xa0\xa000:00:00") is not as expected

@swxs swxs added the bug label Jun 21, 2022
@krisfremen
Copy link
Member

hey @swxs,

0.14.2 is a very old version! Try out the latest version.

1.2.2 currently outputs:

>>> arrow.get("2020/6/17\xa0\xa000:00:00")
<Arrow [2020-06-17T00:00:00+00:00]>

@swxs
Copy link
Author

swxs commented Jun 22, 2022

hey @swxs,

0.14.2 is a very old version! Try out the latest version.

1.2.2 currently outputs:

>>> arrow.get("2020/6/17\xa0\xa000:00:00")
<Arrow [2020-06-17T00:00:00+00:00]>

I'm sorry, actually I try to upgrade to 1.2.2 and forget to reload the package

but in 1.2.2 it has another
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants