Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
テーブルデータ大好き/Bidirectional and Composable Data St...
Search
florets1
April 21, 2023
Technology
1
840
テーブルデータ大好き/Bidirectional and Composable Data Structure
florets1
April 21, 2023
Tweet
Share
More Decks by florets1
See All by florets1
複式簿記から純資産を排除する/eliminate_net_assets_from_double-entry_bookkeeping
florets1
1
350
カイ二乗検定は何をやっているのか/What_Does_the_Chi-Square_Test_Do
florets1
6
2.2k
直積は便利/direct_product_is_useful
florets1
3
350
butterfly_effect/butterfly_effect_in-house
florets1
1
160
データハンドリング/data_handling
florets1
2
200
カイ二乗検定との遭遇/The_path_to_encountering_the_chi-square_test
florets1
1
260
率の平均を求めてはいけない/Do_Not_Average_Rates
florets1
11
15k
請求と支払を照合する技術/using_full_join_in_r
florets1
2
240
応用セッション_同じデータでもP値が変わる話/key_considerations_in_NHST_2
florets1
1
1.1k
Other Decks in Technology
See All in Technology
ソフトウェア開発現代史: "LeanとDevOpsの科学"の「科学」とは何か? - DORA Report 10年の変遷を追って - #DevOpsDaysTokyo
takabow
0
370
Creating Awesome Change in SmartNews
martin_lover
1
270
MCPを活用した検索システムの作り方/How to implement search systems with MCP #catalks
quiver
11
6.4k
Goの組織でバックエンドTypeScriptを採用してどうだったか / How was adopting backend TypeScript in a Golang company
kaminashi
6
5.1k
AWSのマルチアカウント管理 ベストプラクティス最新版 2025 / Multi-Account management on AWS best practice 2025
ohmura
4
280
LangfuseでAIエージェントの 可観測性を高めよう!/Enhancing AI Agent Observability with Langfuse!
jnymyk
1
220
IVRyにおけるNLP活用と NLP2025の関連論文紹介
keisukeosone
0
190
CBになったのでEKSのこともっと知ってもらいたい!
daitak
1
160
更新系と状態
uhyo
5
810
Amazon S3 Tables + Amazon Athena / Apache Iceberg
okaru
0
270
Dynamic Reteaming And Self Organization
miholovesq
3
420
SmartHR プロダクトエンジニア求人ガイド_2025 / PdE job guide 2025
smarthr
0
100
Featured
See All Featured
What's in a price? How to price your products and services
michaelherold
245
12k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Building an army of robots
kneath
304
45k
Building Adaptive Systems
keathley
41
2.5k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
21k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.3k
Java REST API Framework Comparison - PWX 2021
mraible
30
8.5k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
52
2.4k
Designing for humans not robots
tammielis
252
25k
Transcript
1 2023.04.22 Tokyo.R #105 テーブルデータ大好き
2 見積書を整理したいけど フォルダーでは上手に整理できない~😢 顧客A 4月
3 テーブルなら大丈夫😇
4 直積 × = 網羅的に考えられる もれがない
5 完全外部結合 × = こういう照合苦手じゃないですか? 機械にやってもらいたい
6 双方向性 あいつの上司 は誰だ~ 商品Yは店舗Aと Cにある 出力1を得るには -1か1を入力する 4月21日に到着させるために 4月19日に出荷する
足し算の表を作ったら引き算の表もできてしまった (aとa+bがわかればbがわかる)
7 コンポーザブル T T T T .. テーブルの計算結果がまたテーブルになる (テーブルに閉じた演算がたくさん用意されてる)
8 大好きなところ • 整理上手 📁よりも • 直積 網羅的に考える • 完全外部結合
照合に便利 • 双方向性 逆にも考えてみる • コンポーザブル つながる ひろがる