Skip to content
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

Insert row/columns #2

Open
aparicioe77 opened this issue Sep 14, 2021 · 1 comment
Open

Insert row/columns #2

aparicioe77 opened this issue Sep 14, 2021 · 1 comment

Comments

@aparicioe77
Copy link

Hello,

I am trying to create a .npy file with my .csv file but it just give me 100 rows and I need 263. How can I increase the number of rows?

Thank you

@csmailis
Copy link
Owner

csmailis commented Nov 16, 2021

Currently, you can not add/remove rows in version 1.2.
However, rows and columns are adjusted properly whenever you load a new .npy file.
The tool is primarily intended to be a viewer and format converter for .npy files and not to act as a spreadsheet editor.
I plan to add support for adding/removing rows and columns in the next version of the tool most probably.

For the time being, to accomplish the task you want, you can:

  • use any external sheet tool (e.g., MS Excel)
  • save your data as a .csv
  • load this .csv in NPYViewer
  • use NPYViewer to convert the .csv to .npy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants