init
This commit is contained in:
8
python/personal/pandas.py
Executable file
8
python/personal/pandas.py
Executable file
@ -0,0 +1,8 @@
|
||||
import numpy as np
|
||||
import scipy.stats as s
|
||||
import glob as glob # importing glob as glob
|
||||
import pandas as p
|
||||
|
||||
|
||||
x = 20
|
||||
print(x)
|
||||
Reference in New Issue
Block a user