arrow icon indicating copy to clipboard operation
arrow copied to clipboard

Error match in arrow.get

Open swxs opened this issue 3 years ago • 2 comments

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 avatar Jun 21 '22 03:06 swxs

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]>

krisfremen avatar Jun 22 '22 00:06 krisfremen

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

swxs avatar Jun 22 '22 07:06 swxs