Amzar

Results 23 comments of Amzar

Here is my way. What I do is, get the null columns first then use the `.fillna()` function from Pandas. ```python null_cols = latest_df.columns[latest_df.isna().any()] latest_df[null_cols] = df[null_cols].fillna("") ```

> Do you have a sample dataframe to reproduce the issue? I do not know :( I do not have idea why this happen. Before this, I have issue with...

> Hi @akoumjian , I tried passing the argument but it shows error : > > File "date_test.py", line 2, in > dates = datefinder.find_dates('12.02.2018',first="day") > TypeError: find_dates() got an...

Haha cool.

Hi @alefragnani , is there any luck to custom the shortcut?

question; if the script in `app.cron.weekly_stats.job` got changed, do I need to `add` again?

Facing a similar issue. I am using sentry-sdk. https://github.com/getsentry/sentry-python/issues/2723

@amegianeg , how can I disable it?