1 Star 0 Fork 1

WhiteCloudTemple / PythonProgramming

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
003.md 1.48 KB
一键复制 编辑 原始数据 按行查看 历史
WhiteCloudTemple 提交于 2020-03-24 09:22 . Update Pandas 003-009

Pandas 练习题 003

在线运行/下载

题目

  1. Download the dataset from address to your computer and unzip it.

  2. Use the tsv file and assign it to a dataframe called food

  3. See the first 5 entries

  4. What is the number of observations in the dataset?

  5. What is the number of columns in the dataset?

  6. Print the name of all the columns.

  7. What is the name of 105th column?

  8. What is the type of the observations of the 105th column?

  9. How is the dataset indexed?

  10. What is the product name of the 19th observation?

打卡模版

ID:

1. Download the dataset from address to your computer and unzip it.
    ```python
    ```
2. Use the tsv file and assign it to a dataframe called food
    ```python
    ```
3. See the first 5 entries
    ```python
    ```
4. What is the number of observations in the dataset?
    ```python
    ```
5. What is the number of columns in the dataset?
    ```python
    ```
6. Print the name of all the columns.
    ```python
    ```
7. What is the name of 105th column?
    ```python
    ```
8. What is the type of the observations of the 105th column?
    ```python
    ```
9. How is the dataset indexed?
    ```python
    ```
10. What is the product name of the 19th observation?
    ```python
    ```
Python
1
https://gitee.com/white-cloud-temple/pp.git
git@gitee.com:white-cloud-temple/pp.git
white-cloud-temple
pp
PythonProgramming
master

搜索帮助