mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-19 11:38:05 +02:00
Add pint
This commit is contained in:
parent
01f25c0fd2
commit
cdcae566e4
2 changed files with 16 additions and 0 deletions
Binary file not shown.
|
@ -195,6 +195,7 @@ Namespaces are one honking great idea -- let's do more of those!
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
|
\section{Falsehood Data Scientists Beliefes}
|
||||||
\begin{frame}{Falsehood Data Scientists Beliefes}
|
\begin{frame}{Falsehood Data Scientists Beliefes}
|
||||||
\begin{centering}
|
\begin{centering}
|
||||||
(1) Floating point numbers always look like this: 1.23456 or 0.000004577 or 12345.467765.
|
(1) Floating point numbers always look like this: 1.23456 or 0.000004577 or 12345.467765.
|
||||||
|
@ -280,6 +281,21 @@ Namespaces are one honking great idea -- let's do more of those!
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
|
\begin{frame}{Falsehood Data Scientists Beliefes}
|
||||||
|
\begin{centering}
|
||||||
|
(5) The (physical) unit of a column / an API can be guessed.
|
||||||
|
\end{centering}
|
||||||
|
|
||||||
|
\uncover<2->{
|
||||||
|
\begin{itemize}
|
||||||
|
\item<2-> Clarify it
|
||||||
|
\item<3-> See if the distribution / quantiles are reasonable
|
||||||
|
\item<4-> Internally, use unit library \href{http://pint.readthedocs.io/en/latest/}{Pint}
|
||||||
|
\end{itemize}
|
||||||
|
}
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
|
||||||
\begin{frame}{See also}
|
\begin{frame}{See also}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item git
|
\item git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue