"First steps with Tensorflow",如何访问colab之外的数据文件?

"First steps with Tensorflow", how to access the data files outside of colab?

我正在尝试 运行 "First steps with Tensorflow" 在本地,在 colab 之外。不太熟悉 colab,所以我不知道如何访问 "dataframes",例如 "california_housing_dataframe",等等。显然 colab "knows" 如何访问示例中的数据帧,但我正在尝试运行 在我的本地系统上本机练习。

谢谢

我认为您应该在本地安装 Pandas 库。然后,我认为它会 运行 原生。