mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
removed line to capitalize columns when exporting xs data
This commit is contained in:
parent
d74611ba49
commit
bce4132bc8
1 changed files with 0 additions and 4 deletions
|
|
@ -1399,10 +1399,6 @@ class MGXS(object):
|
|||
# Get a Pandas DataFrame for the data
|
||||
df = self.get_pandas_dataframe(groups=groups, xs_type=xs_type)
|
||||
|
||||
# Capitalize column label strings
|
||||
#df.columns = df.columns.astype(str)
|
||||
#df.columns = map(str.title, df.columns)
|
||||
|
||||
# Export the data using Pandas IO API
|
||||
if format == 'csv':
|
||||
df.to_csv(filename + '.csv', index=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue