mirror of
https://github.com/koodiklinikka/palkkakysely.git
synced 2026-03-18 05:05:26 +00:00
Deploying to gh-pages from @ koodiklinikka/palkkakysely@5f766518e8 🚀
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,4 +1,57 @@
|
|||||||
<table border="1" class="dataframe">
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport"
|
||||||
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||||
|
<style>body {
|
||||||
|
padding: 0 10px;
|
||||||
|
font: 18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||||
|
}
|
||||||
|
|
||||||
|
body.static-body {
|
||||||
|
max-width: 650px;
|
||||||
|
margin: 40px auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.table-body {
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 1.3;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.table-body table {
|
||||||
|
border-collapse: collapse;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.table-body td, body.table-body th {
|
||||||
|
padding: 0.3em;
|
||||||
|
border: 1px solid #999;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3 {
|
||||||
|
line-height: 1.2
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body {
|
||||||
|
color: white;
|
||||||
|
background: #444
|
||||||
|
}
|
||||||
|
|
||||||
|
a:link {
|
||||||
|
color: #5bf
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited {
|
||||||
|
color: #ccf
|
||||||
|
}
|
||||||
|
}</style>
|
||||||
|
<title>Koodiklinikan palkkakysely, 2022</title>
|
||||||
|
</head>
|
||||||
|
<body class="table-body">
|
||||||
|
|
||||||
|
<table border="0" class="dataframe">
|
||||||
<thead>
|
<thead>
|
||||||
<tr style="text-align: right;">
|
<tr style="text-align: right;">
|
||||||
<th>Timestamp</th>
|
<th>Timestamp</th>
|
||||||
@@ -17814,3 +17867,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
BIN
2022/data.xlsx
BIN
2022/data.xlsx
Binary file not shown.
103
2022/index.html
103
2022/index.html
@@ -5,40 +5,85 @@
|
|||||||
<meta name="viewport"
|
<meta name="viewport"
|
||||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||||
<link rel="stylesheet" href="style.css">
|
<style>body {
|
||||||
|
padding: 0 10px;
|
||||||
|
font: 18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||||
|
}
|
||||||
|
|
||||||
|
body.static-body {
|
||||||
|
max-width: 650px;
|
||||||
|
margin: 40px auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.table-body {
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 1.3;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.table-body table {
|
||||||
|
border-collapse: collapse;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.table-body td, body.table-body th {
|
||||||
|
padding: 0.3em;
|
||||||
|
border: 1px solid #999;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3 {
|
||||||
|
line-height: 1.2
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
|
body {
|
||||||
|
color: white;
|
||||||
|
background: #444
|
||||||
|
}
|
||||||
|
|
||||||
|
a:link {
|
||||||
|
color: #5bf
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited {
|
||||||
|
color: #ccf
|
||||||
|
}
|
||||||
|
}</style>
|
||||||
<title>Koodiklinikan palkkakysely, 2022</title>
|
<title>Koodiklinikan palkkakysely, 2022</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="static-body">
|
||||||
<h1>Koodiklinikan palkkakysely, 2022</h1>
|
|
||||||
<h2>Tunnusluvut</h2>
|
|
||||||
<ul>
|
|
||||||
<li><i>n</i> = 684</li>
|
|
||||||
|
|
||||||
<li>Keskimääräinen kuukausipalkka = 5326.0 €</li>
|
<h1>Koodiklinikan palkkakysely, 2022</h1>
|
||||||
<li>Mediaanikuukausipalkka = 5100.0 €</li>
|
<h2>Tunnusluvut</h2>
|
||||||
|
<ul>
|
||||||
|
<li><i>n</i> = 684</li>
|
||||||
|
|
||||||
|
<li>Keskimääräinen kuukausipalkka = 5326.0 €</li>
|
||||||
|
<li>Mediaanikuukausipalkka = 5100.0 €</li>
|
||||||
|
|
||||||
|
|
||||||
<li>Keskimääräiset vuositulot = 68105.0 €</li>
|
<li>Keskimääräiset vuositulot = 68105.0 €</li>
|
||||||
<li>Mediaanivuositulot = 65000.0 €</li>
|
<li>Mediaanivuositulot = 65000.0 €</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<h2>Työkalut</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="charts.html">Kaaviot</a></li>
|
||||||
|
<li><a href="profiling_report.html">Lähdedatan analyysi</a></li>
|
||||||
|
<li><a href="/palkkakysely/analysaattori/?url=/palkkakysely/2022/data.json">Pivot-työkalu</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2>Data</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="data.csv">Lähdedata (CSV)</a></li>
|
||||||
|
<li><a href="data.html">Lähdedata (HTML)</a></li>
|
||||||
|
<li><a href="data.json">Lähdedata (JSON)</a></li>
|
||||||
|
<li><a href="data.xlsx">Lähdedata (XLSX)</a></li>
|
||||||
|
<li><a href="raw.tsv">Raakadata (TSV)</a></li>
|
||||||
|
<li><a href="raw.xlsx">Raakadata (XLSX)</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
Generoitu 2022-10-10 09:32:45.923321
|
||||||
|
</footer>
|
||||||
|
|
||||||
</ul>
|
|
||||||
<h2>Työkalut</h2>
|
|
||||||
<ul>
|
|
||||||
<li><a href="charts.html">Kaaviot</a></li>
|
|
||||||
<li><a href="profiling_report.html">Lähdedatan analyysi</a></li>
|
|
||||||
<li><a href="/palkkakysely/analysaattori/?url=/palkkakysely/2022/data.json">Pivot-työkalu</a></li>
|
|
||||||
</ul>
|
|
||||||
<h2>Data</h2>
|
|
||||||
<ul>
|
|
||||||
<li><a href="data.csv">Lähdedata (CSV)</a></li>
|
|
||||||
<li><a href="data.html">Lähdedata (HTML)</a></li>
|
|
||||||
<li><a href="data.json">Lähdedata (JSON)</a></li>
|
|
||||||
<li><a href="data.xlsx">Lähdedata (XLSX)</a></li>
|
|
||||||
<li><a href="raw.tsv">Raakadata (TSV)</a></li>
|
|
||||||
<li><a href="raw.xlsx">Raakadata (XLSX)</a></li>
|
|
||||||
</ul>
|
|
||||||
<footer>
|
|
||||||
Generoitu 2022-10-10 09:08:52.604339
|
|
||||||
</footer>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
File diff suppressed because one or more lines are too long
BIN
2022/raw.xlsx
BIN
2022/raw.xlsx
Binary file not shown.
Reference in New Issue
Block a user