python读取sav文件_在Python中将.sav文件转换为.csv文件

该博客讲述了如何在Python中使用scipy.io库读取.sav文件,并将其内容转换成.csv文件。作者展示了如何将特定变量(如year, doy, d_lon, d_lat, on2_grid, on2_grid_smooth)写入CSV文件,同时包含标题。" 107123140,7683003,PyCharm安装与验证OpenCV教程,"['PyCharm', 'Python开发', 'OpenCV', '库管理']
摘要由CSDN通过智能技术生成

1586010002-jmsa.png

I want to convert the contents of *.sav file into a *.csv file in Python. I have written the following lines of code to access the details of variables in *.sav file. Now, I am not clear on how I can write the accessed variable data to a .csv file with headers

import scipy.io as spio

on2file = 'ON2_2015_112m_220415.sav'

on2data = spio.readsav(on2file, python_dict=True, verbose=True)

Following is the result when I run the above lines of the code:

IDL Save file is compressed

-> expanding to /var/folders/z4/r3844ql123jgkq1ztdr4jxrm0000gn/T/tmpVE_Iz6.sav

--------------------------------------------------

Date: Mon Feb 15 20:41:02 2016

User: zhangy1

Host: augur

--------------------------------------------------

Format: 9

Architecture: x86_64

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值