Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0d2208c

Browse files
Update 01-数据读取与导出.md
1 parent 023b440 commit 0d2208c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎01-数据读取与导出.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ df = pd.read_csv(r'D:\big_data.csv', \
117117
skiprows = lambda x: x>0 and np.random.rand()>0.01) #先随机读取1%数据
118118

119119
# 读取feather文件
120+
# 安装库:pip install feather-format
120121
df = feather.read_dataframe('data.feather') #原生
121122
df = pd.read_feather('data.feather') #pandas
122123

@@ -229,4 +230,4 @@ content = "<html><body>" + table + "<br>" + "</body></html>"
229230

230231
<br/>
231232

232-
| [**< <目录**](./README.md) | [**02-数据表检查 >**](./02-数据表检查.md) | [**返回顶部 ↑**](#01-数据读取与导出) |
233+
| [**< <目录**](./README.md) | [**02-数据表检查 >**](./02-数据表检查.md) | [**返回顶部 ↑**](#01-数据读取与导出) |

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /