News and announcements from the Python community for the week of Jun 18th, 2020
Published Thu, Jun 18, 2020, recorded Wed, Jun 10, 2020.
Sponsored by us! Support our work through:
Michael #1: sidetable - Create Simple Summary Tables in Pandas
value_counts
with a little bit of crosstab
mixed in.stb
that you can use to build summary tables.Brian #2: tabulate
from tabulate import tabulate
table = [["Sun",696000,1989100000],
["Earth",6371,5973.6],
["Moon",1737,73.5],
["Mars",3390,641.85]]
headers=["Planet","R (km)", "mass (x 10^29 kg)"]
table_str = tabulate(table, headers=headers)
print(table_str)
Planet R (km) mass (x 10^29 kg)
-------- -------- -------------------
Sun 696000 1.9891e+09
Earth 6371 5973.6
Moon 1737 73.5
Mars 3390 641.85
Python Online Training & Certification courses based on live projects with 100% placement assistance at CETPA, the most credible training institute in Delhi NCR, India.
Python Online Training & Certification courses based on live projects with 100% placement assistance at CETPA, the most credible training institute in Delhi NCR, India.
Divyaa Yoga Institute 200 Hours Yoga Teacher Training Certification Course | 200 hours yoga teacher training in India by Divyaa Yoga Institute best yoga schools in India. Rishikesh Yogpeeth offers the best yoga certification programs by certified yoga instructors.
Python Online Training & Certification courses based on live projects with 100% placement assistance at CETPA, the most credible training institute in Delhi NCR, India.
🔵 Intellipaat Data Science with Python course: https://intellipaat.com/python-for-data-science-training/In this Data Science With Python Training video, you...