usepandas icon indicating copy to clipboard operation
usepandas copied to clipboard

Implement Select N rows page

Open kennethcassel opened this issue 4 years ago • 2 comments

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

kennethcassel avatar Oct 27 '20 10:10 kennethcassel

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.

vinrok avatar Nov 04 '20 16:11 vinrok

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. image

vinrok avatar Nov 06 '20 15:11 vinrok