summarise not working #183
Replies: 11 comments 5 replies
-
Please:
|
Beta Was this translation helpful? Give feedback.
-
for the latest version i am not bale to use the datar at all !pip install -U datar==0.12.2!pip install -U datar[pdtypes]==0.12.2data = {'Name': ['Tom', 'nick', 'krish', 'jack', 'jack'], Create DataFramedf = pd.DataFrame(data) below is the error |
Beta Was this translation helpful? Give feedback.
-
our project is built with
now i used below:-
i see NameError: name 'CNT' is not defined |
Beta Was this translation helpful? Give feedback.
-
there is no count column displays as separate, my point is that, earlier it used to do that |
Beta Was this translation helpful? Give feedback.
-
is there any update |
Beta Was this translation helpful? Give feedback.
-
Please follow the instructions above. Note that the error you got |
Beta Was this translation helpful? Give feedback.
-
let me try it with libraries you have used |
Beta Was this translation helpful? Give feedback.
-
still getting similar errors: |
Beta Was this translation helpful? Give feedback.
-
Can you attach the full snapshot like I did, including the code and the error? |
Beta Was this translation helpful? Give feedback.
-
I mean the full snapshot please, including the version printing, and module importing. |
Beta Was this translation helpful? Give feedback.
-
@pwwang is incredibly efficient, but it's hard to keep up with so many changes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
datar version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of datar and its backends.
Issue Description
I am unable to use summarise(CNT= n()), i donot see a separate column with CN
error throws at .resample('MS')['CNT'].max(), as there is no CNT column exist, but earlier project ran fine for months.
Please assist me as early as possible on this
tried below 2 version as these are compatible with my project, earlier it was running fine:-
Expected Behavior
the column CNT existed before
Installed Versions
Replace this line with the output of datar.get_versions()
0.9.1
Beta Was this translation helpful? Give feedback.
All reactions