narwhals-dev / narwhals

Lightweight and extensible compatibility layer between dataframe libraries!
https://narwhals-dev.github.io/narwhals/
MIT License
245 stars 36 forks source link

Community call #264

Open MarcoGorelli opened 1 month ago

MarcoGorelli commented 1 month ago

We'll have our first community call tomorrow, at 14:30 UTC

All welcome to join!

To find out what time that is for you, you can run:

import polars as pl
from datetime import datetime

MY_TIME_ZONE = 'Europe/London'  # replace with your time zone
print(pl.Series([datetime(2020, 6, 7, 14, 30)], dtype=pl.Datetime('us', 'UTC')).dt.convert_time_zone(MY_TIME_ZONE))
anopsy commented 1 month ago

See you at: shape: (1,) Series: '' [datetime[μs, Europe/Amsterdam]] [ 2020-06-07 16:30:00 CEST ]