Hi!
I notice a problem when I pull data in my Jupyter notebook, and when I pull the same data with the same way on the CodeBook environment, this problem does not appear.
However, for more flexibility in my work, I need to get these data outside the CodeBook environent.
Below you can see two prints that ilustrate the situation:
On my Jupyter Notebook:
On the CodeBook enviroment:
Notice that is the same code in both situations. However, when I filter the data by the Analyst Name, in Jupyter we see different names of broker houses for the same analyst in a small period of time (in this case, only 10 days). On the other hand, in CodeBook this error don't happen.
What is this? Anyone knows if is possible to fix that?
Thanks