-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rownumber #60
Comments
|
Hmmm..... |
Ha yes you're right I didn't think this through, and |
Sure - if you are willing to please propose a PR. Actually I think it would be worth to have three PRs (up to you to decide what you want to do, I can do the rest, if you let me know what you are willing to do):
Then the following steps to do:
This is a bit complex, but we are creating a new interface, which is always a bit more challenging 😄. |
I believe I can try and do 1 and 2. For 3, I'm also willing to try but I have some questions before: I see that I see there's already I'm not sure to understand how we are supposed to implement I would understand if you feel that's its more work to explain this to me than just doing it by yourself. Just let me know what you prefer. In the mean time I can start with PR 1 and 2 whenever you confirm that's ok. |
This is OK. Regarding 3 - this is exactly what I have not checked as there are many objects to cover and I am not sure I remember correctly how they are defined 😄. You need to check their definitions and add appropriate methods. I assume that what you propose is correct (it looks good). If you make a PR I will check it. (or I can make this PR if you prefer) Anyway the PR for point 3 can be done after we finish PRs for points 1 and 2 so that we are sure that what we discuss does not introduce any problems (I would not expect this, but in practice different strange corner cases can happen). |
OK I just proposed: Assuming that the implementation for |
Ho, sorry I just see I should have waited for 3. |
No - it is OK to open all PRs. I just meant that if you are unsure we can wait.
I was thinking about it. I came to the conclusion that for now we can leave it undefined. In this way we get The alternative would be to return A third alternative is to throw @nalimilan - what do you think? |
Not sure. As you propose, let's throw an error for now so that we can change that later if needed. |
DataFrames defines
rownumber
androw
, and I want to define a similar function for the rows (TimeStepRow) of my table type (TimeStepTable) to be able to retreive any other row of the Table from one row.I was wondering if it would be interesting to add the functions here ?
The text was updated successfully, but these errors were encountered: