News

Currently fortran-format-converter only handles simple conversions and in a single direction, Fortan -> Python. We begin by importing the converter. import fortran_format_converter as ffc Now to ...
In addition, you can convert all the sheets in one pass by specifing a %d or a %s format specifier in the output file name: $ python ssconverter.py file1.xls file1-%d.csv $ python ssconverter.py file1 ...
When working with text data in Python, especially in the field of Business Intelligence (BI), you'll often need to convert string cases without disrupting acronyms. Acronyms are abbreviated forms ...