Hello All,
I need help on the
following: I have a created a project from a csv file to calculate the
mean and standard deviation.
However, I would like to
create a drop-down list and display the mean and standard deviation? Is there
a module
for that?
Thank you,
Tammy
r-ow...@python.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Tutor digest..."
>
>
> Today's Topics:
>
> 1. Convert string to bytes (shweta kaushik)
>2. Help on Python drop-down list options (Tammy M
I have a csv file. I would like to create a filter or if statement on a column
but it is not producing the right results. It displays everythingHere is the
example:import csvwith open('test.csv') as csvfile:reader =
csv.DictReader(csvfile)for row in reader:if row['Absent'] > 10 prin