usepandas
usepandas copied to clipboard
Implement Select N rows page
Easy first time PR for someone.
Task:
-
[ ] Create a python pandas code snippet for adding N rows to a dataframe. Dataframe should read in a .csv
-
[ ] Add code snippet to the file https://github.com/kennethcassel/usepandas/blob/master/src/docs/csv/select-n-rows.mdx
-
[ ] Add some comments explaining the code snippet. SImilar to the Sort .csv example.
-
[ ] Verify project runs and builds locally. You should be able to see your code at localhost:8000/csv/select-n-rows
Easy first time PR for someone.
Task:
* [ ] Create a python pandas code snippet for adding N rows to a dataframe. Dataframe should read in a .csv * [ ] Add code snippet to the file https://github.com/kennethcassel/usepandas/blob/master/src/docs/csv/select-n-rows.mdx * [ ] Add some comments explaining the code snippet. SImilar to the Sort .csv example. * [ ] Verify project runs and builds locally. You should be able to see your code at localhost:8000/csv/select-n-rows
Hey @kennethcassel. I am working on this. Kindly guide me if I go wrong.
Hey @kennethcassel please guide me on this issue, as I am trying to create page-data.json for select-n-rows in page-data directory but no success. Kindly find the error in the attachment.