Rehan Sohail Durrani

Results 30 comments of Rehan Sohail Durrani

> Thanks @RehanSD, this looks like it would fix the issue. Can you add a test? Thank you @devin-petersohn! I'm running into an issue where the dtypes get changed doing...

I noticed when experimenting in an interactive python shell that the dtypes of the df change - I think its maybe because of this line here in the query compiler...

@vnlitvinov this PR was put on hold for some more pressing items - its still incomplete, but there's the start of a new implementation for setitem.

How do folks think we should handle cases like these, where the same thing (one with a Series, and one with a DF) is invalid, but hits different errors (since...

PR looks good to me, but this does change our algebra (mask is considered an algebra operator). Should we just reframe and say that take is the algebra operator @devin-petersohn?...

> @RehanSD > > > > > since I think mask has intuition behind it > > > > In my view, "mask" does evoke "boolean masking", which is similar...

Hi @zoux86 is this still not working?

Hi @kiraseed! First, please run `docker ps -a`. This will give you something like the following: Look for the container where the `image` field matches the name of the model...

Hmm. That's odd. Are you using a custom dockerfile? Could you also post a screens hot of the output of `docker ps -a` and specify which image you used as...