ganbaaelmer
ganbaaelmer
Yes we need documentation about VaRest plugin. Because i still stuck on Parse Json response. i mean i cannot get variable from whole json response. its tricky as hell. because...
> Doing something like this should get you the result you want  you are the hero. thank you! but i fixid it in my api` item_obj = Item.objects(id=contentiin_oid).first()` i...
from sklearn.preprocessing import DateEncoder this one looks good. i have soo many date columns and i need to change it for machine learning suitable format? ``` 2003-01-09 2022-10-12 23:03:34 to...
thank you can i use it directly on pandas dataframe? loop like: ``` def gen_loop(loop_mode): @jit(_target=loop_mode) def loop(pandas_dataframe): for index, row in pandas_dataframe.iterrows():: df.loc[index, 'row1'] = df.loc[index, 'row2'] .... return...
##Jupyter [log](command:jupyter.viewOutput) ``` Visual Studio Code (1.93.0, undefined, desktop) Jupyter Extension Version: 2024.8.1. Python Extension Version: 2024.14.0. Pylance Extension Version: 2024.9.1. Platform: win32 (x64). Temp Storage folder ~\AppData\Roaming\Code\User\globalStorage\ms-toolsai.jupyter\version-2024.8.1 Workspace folder...
i found error if there is function(input variable) dtype is not int or float then loop failed and python kernel crashed. it didn't tell why the error occurred....