Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

basic.py 293 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
  1. #!/usr/bin/env python
  2. # coding: utf-8
  3. # # 基础知识
  4. # In[1]:
  5. get_ipython().run_line_magic('reload_ext', 'autoreload')
  6. get_ipython().run_line_magic('autoreload', '2')
  7. get_ipython().run_line_magic('matplotlib', 'inline')
  8. # In[2]:
  9. import pandas as pd
  10. import numpy as np
  11. # In[ ]:
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...