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
860
テーブルデータ大好き/Bidirectional and Composable Data Structure
florets1
April 21, 2023
Tweet
Share
More Decks by florets1
See All by florets1
Rで学ぶデータハンドリング入門/Introduction_to_Data_Handling_with_R
florets1
0
110
人工知能はクロスジョインでできている/AI_Is_Built_on_Cross_Joins
florets1
0
66
仮説の取扱説明書/User_Guide_to_a_Hypothesis
florets1
4
410
複式簿記から純資産を排除する/eliminate_net_assets_from_double-entry_bookkeeping
florets1
1
420
カイ二乗検定は何をやっているのか/What_Does_the_Chi-Square_Test_Do
florets1
7
2.4k
直積は便利/direct_product_is_useful
florets1
3
430
butterfly_effect/butterfly_effect_in-house
florets1
1
250
データハンドリング/data_handling
florets1
2
240
カイ二乗検定との遭遇/The_path_to_encountering_the_chi-square_test
florets1
1
300
Other Decks in Technology
See All in Technology
OPENLOGI Company Profile for engineer
hr01
1
46k
SOTA競争から人間を超える画像認識へ
shinya7y
0
650
ヘンリー会社紹介資料(エンジニア向け) / company deck for engineer
henryofficial
0
430
JAWS UG AI/ML #32 Amazon BedrockモデルのライフサイクルとEOL対応/How Amazon Bedrock Model Lifecycle Works
quiver
1
420
20251029_Cursor Meetup Tokyo #02_MK_「あなたのAI、私のシェル」 - プロンプトインジェクションによるエージェントのハイジャック
mk0721
PRO
6
2.2k
GTC 2025 : 가속되고 있는 미래
inureyes
PRO
0
140
設計に疎いエンジニアでも始めやすいアーキテクチャドキュメント
phaya72
18
13k
ざっくり学ぶ 『エンジニアリングリーダー 技術組織を育てるリーダーシップと セルフマネジメント』 / 50 minute Engineering Leader
iwashi86
7
3.8k
DMMの検索システムをSolrからElasticCloudに移行した話
hmaa_ryo
0
310
datadog-incident-management-intro
tetsuya28
0
110
境界線が消える世界におけるQAエンジニアのキャリアの可能性を考える / Considering the Career Possibilities for QA Engineers
mii3king
2
100
知覚とデザイン
rinchoku
1
680
Featured
See All Featured
Build your cross-platform service in a week with App Engine
jlugia
234
18k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
Producing Creativity
orderedlist
PRO
348
40k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
The Power of CSS Pseudo Elements
geoffreycrofte
80
6k
Building a Scalable Design System with Sketch
lauravandoore
463
33k
A Modern Web Designer's Workflow
chriscoyier
697
190k
The Illustrated Children's Guide to Kubernetes
chrisshort
51
51k
Designing for Performance
lara
610
69k
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 大好きなところ • 整理上手 📁よりも • 直積 網羅的に考える • 完全外部結合
照合に便利 • 双方向性 逆にも考えてみる • コンポーザブル つながる ひろがる