Telegram: https://t.me/clcoding_python
https://www.facebook.com/pirawenpython/
https://www.facebook.com/groups/pirawenpython/
Author May 22, 2020 Python No comments
Author May 22, 2020 Python No comments
Author May 22, 2020 Python No comments
Author May 22, 2020 Python No comments
Author May 22, 2020 Python No comments
Author May 22, 2020 Python No comments
Author May 22, 2020 Python No comments
Author May 22, 2020 Python No comments
i am rider (iari) May 22, 2020 Python No comments
from pandas import read_csvfrom numpy import set_printoptionsfrom sklearn.feature_selection import SelectKBestfrom sklearn.feature_selection import chi2path = r'C:\pima-indians-diabetes.csv'names = ['preg', 'plas', 'pres', 'skin', 'test', 'mass', 'age', 'class']dataframe = read_csv(path, names=names)array = dataframe.value
i am rider (iari) May 19, 2020 Python No comments
import pandas as pdimport numpy as npdf = pd.DataFrame(np.random.randn(10,4),index=pd.date_range('1/1/2000',periods=10), columns=list('ABCD'))df.plot()
Author May 17, 2020 Python No comments
Author May 17, 2020 Python No comments
Author May 17, 2020 Python No comments
Author May 17, 2020 Python No comments
Author May 17, 2020 Python No comments
i am rider (iari) May 15, 2020 Python No comments
import pandas as pdimport seaborn as sbfrom matplotlib import pyplot as pltdf = sb.load_dataset('titanic')sb.barplot(x = "sex", y = "survived", hue = "class", data = df)plt.show()
Author May 14, 2020 Python No comments
Free Books Python Programming for Beginnershttps://t.co/uzyTwE2B9O
— Python Coding (@clcoding) September 11, 2023
Top 10 Python Data Science book
— Python Coding (@clcoding) July 9, 2023
🧵:
Top 4 free Mathematics course for Data Science ! pic.twitter.com/s5qYPLm2lY
— Python Coding (@clcoding) April 26, 2024
Web Development using Python
— Python Coding (@clcoding) December 2, 2023
🧵: