Metadata-Version: 2.1
Name: original.py
Version: 0.0.2
Summary: A package for visualization of aggregate data of players in "original"
Home-page: https://github.com/Yusukemaegami/ds-tokuron
Author: Yusuke Yamauchi
Author-email: s2022033@stu.musashino-u.ac.jp
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Yusukemaegami/ds-tokuron
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Breakdown of people who received corona vaccine in Fukui Prefecture

### 2021-04-12 Delete the following

dataDelete = data.iloc[range(125), :]
print(dataDelete)

## output

![sample](/img/result.png)


