Limitations¶
Current limitations based on the implementation:
JalaliDataFrameAccessorrequires at least one column ofjdatetimeobjects and raises if none are present.JalaliResamplerexpects apd.DatetimeIndexas index; otherwise it raises.jalali_date_rangerequires at least two ofstart,end,periods; if all three are provided,freqis required.to_jalali_datetimeparses a fixed set of formats unlessformatis provided explicitly.JalaliDatetimeArraystores values in an object array, which can be slower than nativedatetime64operations for large datasets.
If you hit a limitation, open an issue with a minimal reproduction case.