Import work from year 2014-2015
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
Ages,Hommes,Femmes,Ensemble
|
||||
Moins de 3 ans,254168,244340,498508
|
||||
3 à 5 ans,245218,235566,480784
|
||||
6 à 10 ans,390958,374802,765760
|
||||
11 à 17 ans,514127,493846,1007973
|
||||
18 à 24 ans,549356,572540,1121896
|
||||
25 à 39 ans,1305077,1362771,2667849
|
||||
40 à 54 ans,1190037,1250993,2441030
|
||||
55 à 64 ans,637518,690945,1328462
|
||||
65 à 79 ans,479079,588047,1067126
|
||||
80 ans ou plus,156811,316653,473464
|
||||
Ensemble,5722348,6130503,11852851
|
||||
|
Binary file not shown.
97
1er_STMG/Information_chifree/proportions/TD_tableur/proportion.tex
Executable file
97
1er_STMG/Information_chifree/proportions/TD_tableur/proportion.tex
Executable file
@@ -0,0 +1,97 @@
|
||||
\documentclass[a4paper,10pt,xcolor=table]{/media/documents/Cours/Prof/Enseignements/Archive/2014-2015/tools/style/classPres}
|
||||
\usepackage{/media/documents/Cours/Prof/Enseignements/Archive/2014-2015/2014_2015}
|
||||
|
||||
\author{}
|
||||
\title{}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
|
||||
|
||||
\begin{frame}{Population masculine en Île-de-France}
|
||||
|
||||
\begin{center}
|
||||
\begin{tabular}{|c|c|}%
|
||||
\hline
|
||||
Ages & Hommes \\
|
||||
\hline
|
||||
Moins de 3 ans & 254168 \\
|
||||
\hline
|
||||
3 à 5 ans & 245218 \\
|
||||
\hline
|
||||
6 à 10 ans & 390958 \\
|
||||
\hline
|
||||
11 à 17 ans & 514127 \\
|
||||
\hline
|
||||
18 à 24 ans & 549356 \\
|
||||
\hline
|
||||
25 à 39 ans & 1305077 \\
|
||||
\hline
|
||||
40 à 54 ans & 1190037 \\
|
||||
\hline
|
||||
55 à 64 ans & 637518 \\
|
||||
\hline
|
||||
65 à 79 ans & 479079 \\
|
||||
\hline
|
||||
80 ans ou plus & 156811 \\
|
||||
\hline
|
||||
\end{tabular}
|
||||
|
||||
\end{center}
|
||||
\textbf{Source:} Insee, RP2011 exploitation principale.
|
||||
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Population féminine en fonction de la population totale}
|
||||
|
||||
\begin{center}
|
||||
\begin{tabular}{|c|c|c|}
|
||||
\hline
|
||||
Ages & Femmes & Total\\
|
||||
\hline
|
||||
Moins de 3 ans & 244340 & 498508 \\
|
||||
\hline
|
||||
3 à 5 ans & 235566 & 480784\\
|
||||
\hline
|
||||
6 à 10 ans & 374802 & 765760\\
|
||||
\hline
|
||||
11 à 17 ans & 493846 & 1007973 \\
|
||||
\hline
|
||||
18 à 24 ans & 572540 & 1121896 \\
|
||||
\hline
|
||||
25 à 39 ans & 1362771 & 2667849 \\
|
||||
\hline
|
||||
40 à 54 ans & 1250993 & 2441030 \\
|
||||
\hline
|
||||
55 à 64 ans & 690945 & 1328462 \\
|
||||
\hline
|
||||
65 à 79 ans & 588047 & 1067126 \\
|
||||
\hline
|
||||
80 ans ou plus & 316653 & 473464 \\
|
||||
\hline
|
||||
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}
|
||||
\begin{tabular}{|l|c|}\hline%
|
||||
\bfseries Person & \bfseries Matr.~No.
|
||||
\csvreader[head to column names]{insee_age_idf.csv}{}%
|
||||
{\\\Ages\ & \Femmes}%
|
||||
\\\hline
|
||||
\end{tabular}
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}
|
||||
|
||||
\csvreader[tabular=|l|c|c|,%
|
||||
table head= \hline\rowcolor{red!50!white}Ages & Femmes & Hommes \\ \hline , table foot=\hline]{insee_age_idf.csv}%
|
||||
{Ages=\Ages,Femmes=\Femmes,Hommes=\Hommes}%
|
||||
{\Ages & \numprint{\Femmes} & \Hommes}
|
||||
|
||||
\end{frame}
|
||||
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user