『認真回,學Python,然後
1. 把Excel資料丟到google spreadsheet上當關聯式資料庫用,
2. 用python pandas整理資料
3. 用datastudio做視覺化分析或定期觀察儀表板
這是我最推薦新手入門數據分析的工具組合。
你要做數據整理跟分析,重點只有三個:
資料存放的地方、整理資料工具語言、視覺化套件
一般來說,正規的方式是資料放sql、整理資料用sql code,
然後視覺化再用ggplot、shiny(R), Matplotlib、plotly(Python),
但初學者沒辦法一次搞懂這麼多東西,直接用現成的東西就好,
唯一需要學習的是python pandas跟如何用python串接google spreadsheet,
但這我覺得根本比VBA好學兩萬倍,code也比較好管理...』
Re: [問卦] EXCEL VBA值得花時間去學嗎 https://disp.cc/b/163-e8Nl |問卦原文 https://disp.cc/b/163-e8Gh
「ggplot plotly」的推薦目錄:
- 關於ggplot plotly 在 PTT Gossiping 批踢踢八卦板 Facebook 的最佳貼文
- 關於ggplot plotly 在 keep two legends from ggplot plot using plotly - Stack Overflow 的評價
- 關於ggplot plotly 在 A Comparison of plot_ly and ggplotly for Interactive Graphs in R 的評價
- 關於ggplot plotly 在 Drawing interactive graphs with R, ggplot and plotly - YouTube 的評價
- 關於ggplot plotly 在 Plotly vs ggplot? · Issue #52 · bcgov/CCISS_ShinyApp - GitHub 的評價
- 關於ggplot plotly 在 R recommendations while applying ggplot2 and plotly ... 的評價
ggplot plotly 在 A Comparison of plot_ly and ggplotly for Interactive Graphs in R 的推薦與評價
The rearranged hover text seems clearer than plotly's. g1 <- ggplot(data = state, aes(x = Income, y = Murder))+ geom_point(aes(text = State))+ ... ... <看更多>
ggplot plotly 在 keep two legends from ggplot plot using plotly - Stack Overflow 的推薦與評價
... <看更多>