You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, probably it is best to add a function line numpy.loadtxt_with_comments (name can change), that with return the comments (Header and Footer are considered comments) too, so you don't lose them.
Proposed new feature or change:
numpy.savetxt
hasheader
andfooter
as parameters. It would be nice to have a reverse functionality while loading the file usingnumpy.loadtxt
.The text was updated successfully, but these errors were encountered: