Start the project

This commit is contained in:
fundor333
2026-03-29 20:55:02 +02:00
parent 85221652db
commit 90491dde3e
54 changed files with 73 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

@@ -0,0 +1,23 @@
---
title: "Starting My Home Automation Experiment"
date: 2026-03-29T20:46:01+02:00
draft: true
feature_link: "https://www.midjourney.com/home/"
feature_text: "by IA Midjourney"
description:
isStarred: false
tags:
categories:
- tinkering
images:
keywords:
series:
- Home Automation
reply:
repost:
like:
rsvp:
bookmark:
---

View File

@@ -20,6 +20,7 @@
"keywords:\n",
"series:\n",
"- Data and Data Tools\n",
"draft: true\n",
"---"
]
},

View File

@@ -13,6 +13,7 @@ images:
keywords:
series:
- Data and Data Tools
draft: true
---
## The idea
@@ -89,7 +90,7 @@ print(table_volumes.isnull().sum())
Sales 0
Year 0
dtype: int64
-*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*--*-
Missing value stats for Volumes:
Ranking 0
@@ -128,7 +129,7 @@ print(table_volumes.info(verbose=False))
dtypes: int64(3), str(1)
memory usage: 106.8 KB
None
-*-
Ranking Volume Sales Year
0 1 One Piece 5956540 2008
@@ -157,9 +158,9 @@ table_series[["Title","Sales","Year"]].plot(title="Manga Series")
![png](index_files/output_15_1.png)