-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
Add to_fwf support #10415
Comments
see xref here: #3190 |
Hello! Try using hollerith. pypi github. It's a (very) new python library that I developed that deals with fixed width formatting - and open to contribution. Unfortunately trying to use built-in python string formatting (or the C printf for that matter!) for fixed width doesn't work well for some widths when there are large integers and certain double precision floats. |
+1 on this feature request |
Anyone is working on this feature? I'm trying using to_string() method but it has no option to remove space between output columns |
Right now pandas can read fwf but there is no
to_fwf
.From SO.
This output format seems similar to what
numpy.savetxt
handles.The text was updated successfully, but these errors were encountered: