Synapse icon indicating copy to clipboard operation
Synapse copied to clipboard

Datetime on pyspark.pandas not working correctly

Open sumanth-tccc opened this issue 1 year ago • 0 comments

ps.date_range(start='1/1/2018', periods=5, freq='M') is skipping a month DatetimeIndex(['2018-01-31', '2018-03-31', '2018-05-31', '2018-02-28', '2018-04-30'], dtype='datetime64[ns]', freq=None)

sumanth-tccc avatar Apr 17 '24 08:04 sumanth-tccc