Design a site like this with WordPress.com
Get started

28-09-2020

Worked these days with Dataquest and command lines. Also with histograms in Python and distributions like Normal and Uniform. An interesting observation about boxplots:

A value is an outlier if:

  • It’s larger than the upper quartile by 1.5 times the difference between the upper quartile and the lower quartile (the difference is also called the interquartile range).
  • It’s lower than the lower quartile by 1.5 times the difference between the upper quartile and the lower quartile (the difference is also called the interquartile range).

This site https://fivethirtyeight.com/ presents cool graphs and statistics and it would be helpful to occasionally read some articles!

Also I worked with some command lines like the following:

cd /home/dq/practice/wildcards

mkdir html_files archive data

mv *html html_files

mv 201[!9]* archive

mv *csv data

mv /sqlite-autoconf-3210000/tea/win/you_found_it.b64 /home

Also continued with presenting the NY schools project in a jupyter notebook in order to upload it in my Github profile. I try to understand everything I do and not just copy the code.

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: