Code Monkey home page Code Monkey logo

npyviewer's People

Contributors

csmailis avatar mrudorfer avatar trick2011 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

npyviewer's Issues

Insert row/columns

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

Cannot use the menu in macOS

I cannot select the filepath because of no menu show, my platform is macOS (MacBook Pro), could it be solved? Thanks!

Support viewing of .npz files

In our project we store our .npy data as .npz with one array for the data and one array for the header. Would it be possible to add support for .npz?

I imagine a feature where opening a .npz file shows a tree-like structure in the GUI allowing the user to select which array to display

custom dtypes

Hi,
First of all, thanks a lot for your work, this is a really helpful tool to work with npy files!
Now to my issue ;-)
I have a npy file that holds an array with custom dtype, e.g. something like:

my_array = np.empty(20, dtype=[('name', 'S32'), ('value', '<f8')])
my_array['value'] = np.arange(20)
np.save('tmp.npy', my_array)

Trying to load this results into it being treated as 1d-array, where the column contains both names and values.

Do you plan to support such custom dtypes as individual columns as well? Or could you comment on what changes would be required to do so (I could potentially contribute)?

Thanks!

CLI option

Could you please consider opening the .npy files from bash, like:

python3 NPYViewer.py abc.npy

problem running on python 3.8.5

Hi,
I tried running on python 3.8.5, and installed the requirements with 'pip install -r requirements.txt', but I get this error message when trying to run:

Traceback (most recent call last):
  File "NPYViewer.py", line 2, in <module>
    from PyQt5.QtWidgets import *
ModuleNotFoundError: No module named 'PyQt5'

I see that PyQt5 is not listed under the requirements.txt file...
Which version of PyQt5 do I need to install?
Shouldn't it be listed in the requirements.txt file...?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.