home.social

#plotly — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #plotly, aggregated by home.social.

  1. Анализируем MLP сообщество на Пикабу или как я спарсил 65 тысяч постов с Pikabu и построил интерактивный дашборд

    Дело было вечером, делать было нечего... Я, как и многие в IT, периодически просматриваю вакансии, чтобы держать руку на пульсе рынка. И знаете, что бросается в глаза? Огромное количество позиций "Аналитик данных". Хоть это и не моя основная специализация (я больше по ML), теоретическая база у меня есть. И вот я подумал: а как бы мне сделать интересный пет-проект в этой области, чтобы и навыки прокачать, и самому не заскучать?

    habr.com/ru/articles/968106/

    #python #парсинг #data_analysis #streamlit #дэшборд #пикабу #aiohttp #визуализация_данных #петпроект #plotly

  2. [Перевод] Топ-6 Python-библиотек для визуализации

    Команда Python for Devs подготовила перевод статьи о шести библиотеках Python для визуализации данных. Matplotlib, seaborn, Plotly, Altair, Pygal и Bokeh — у каждой свои сильные и слабые стороны: от академических статичных графиков до интерактивных дашбордов для бизнеса. Выбираем самую подходящую для различных кейсов.

    habr.com/ru/articles/946750/

    #визуализация_данных #Matplotlib #seaborn #Plotly #Altair #Pygal #Bokeh #интерактивные_графики

  3. Enteric Fermentation in 2022

    Livestock digestion emits too much methane:
    * Too many bovines in India, Pakistan, Brazil, United States, China;
    * Too many sheep and pigs in China.

    (The bubble sizes depend on the amount of methane sent in 2022.)

    #GreenhouseForcing #methane #emissions #climateChange #climateBreakdown #climateCollapse #dataViz #bubbleChart #dataMining #plotly #featureEngineering #featureSelection #dataDon

  4. Enteric Fermentation in 2022

    Livestock digestion emits too much methane:
    * Too many bovines in India, Pakistan, Brazil, United States, China;
    * Too many sheep and pigs in China.

    (The bubble sizes depend on the amount of methane sent in 2022.)

    #GreenhouseForcing #methane #emissions #climateChange #climateBreakdown #climateCollapse #dataViz #bubbleChart #dataMining #plotly #featureEngineering #featureSelection #dataDon

  5. Enteric Fermentation in 2022

    Livestock digestion emits too much methane:
    * Too many bovines in India, Pakistan, Brazil, United States, China;
    * Too many sheep and pigs in China.

    (The bubble sizes depend on the amount of methane sent in 2022.)

  6. Enteric Fermentation in 2022

    Livestock digestion emits too much methane:
    * Too many bovines in India, Pakistan, Brazil, United States, China;
    * Too many sheep and pigs in China.

    (The bubble sizes depend on the amount of methane sent in 2022.)

    #GreenhouseForcing #methane #emissions #climateChange #climateBreakdown #climateCollapse #dataViz #bubbleChart #dataMining #plotly #featureEngineering #featureSelection #dataDon

  7. Enteric Fermentation in 2022

    Livestock digestion emits too much methane:
    * Too many bovines in India, Pakistan, Brazil, United States, China;
    * Too many sheep and pigs in China.

    (The bubble sizes depend on the amount of methane sent in 2022.)

    #GreenhouseForcing #methane #emissions #climateChange #climateBreakdown #climateCollapse #dataViz #bubbleChart #dataMining #plotly #featureEngineering #featureSelection #dataDon

  8. Looking at it first time today. (svg so responds to [ Ctrl + '+' ] didnt think to zoom it before)

    Wow! percentages on everything.

    I'm amazed! Astounded truly. 140 lines to achieve all of that? And I'm sure I'm doing it all sorts of wrong. But that's a genuine task solved w/ Python in basically a day, but i've been tweeking around w/ the filesystem stuff.

    On the data-science bandwagon of course.
    Thought I'd re-do my ⇨ *OLD* ⇦ php static cms (did i meantion it's old?) as a python app to learn from that perspective.
    see:
    statecollegeguitarlessons.com/

    I dunno why i want to start by learning how to mess with the filesystem. probably some kind of psychosis. someone has a name for that.

    traverse the dirs w/ tuple os.walk i think at that time, abandoned for pathlib - thought, okay: this is pretty easy w/ python! let's try counting file-types, etc. clearly abandoning the cms idea by that time. Also, i see Jupyter Notebook is basically already the thing. so. ha!

    #Python #Amazed #Pandas #Plotly #pathlib #newb

    @python_discussions
    @diazona
    @ketmorco

  9. Looking at it first time today. (svg so responds to [ Ctrl + '+' ] didnt think to zoom it before)

    Wow! percentages on everything.

    I'm amazed! Astounded truly. 140 lines to achieve all of that? And I'm sure I'm doing it all sorts of wrong. But that's a genuine task solved w/ Python in basically a day, but i've been tweeking around w/ the filesystem stuff.

    On the data-science bandwagon of course.
    Thought I'd re-do my ⇨ *OLD* ⇦ php static cms (did i meantion it's old?) as a python app to learn from that perspective.
    see:
    statecollegeguitarlessons.com/

    I dunno why i want to start by learning how to mess with the filesystem. probably some kind of psychosis. someone has a name for that.

    traverse the dirs w/ tuple os.walk i think at that time, abandoned for pathlib - thought, okay: this is pretty easy w/ python! let's try counting file-types, etc. clearly abandoning the cms idea by that time. Also, i see Jupyter Notebook is basically already the thing. so. ha!

    #Python #Amazed #Pandas #Plotly #pathlib #newb

    @python_discussions
    @diazona
    @ketmorco

  10. Looking at it first time today. (svg so responds to [ Ctrl + '+' ] didnt think to zoom it before)

    Wow! percentages on everything.

    I'm amazed! Astounded truly. 140 lines to achieve all of that? And I'm sure I'm doing it all sorts of wrong. But that's a genuine task solved w/ Python in basically a day, but i've been tweeking around w/ the filesystem stuff.

    On the data-science bandwagon of course.
    Thought I'd re-do my ⇨ *OLD* ⇦ php static cms (did i meantion it's old?) as a python app to learn from that perspective.
    see:
    statecollegeguitarlessons.com/

    I dunno why i want to start by learning how to mess with the filesystem. probably some kind of psychosis. someone has a name for that.

    traverse the dirs w/ tuple os.walk i think at that time, abandoned for pathlib - thought, okay: this is pretty easy w/ python! let's try counting file-types, etc. clearly abandoning the cms idea by that time. Also, i see Jupyter Notebook is basically already the thing. so. ha!

    #Python #Amazed #Pandas #Plotly #pathlib #newb

    @python_discussions
    @diazona
    @ketmorco

  11. Looking at it first time today. (svg so responds to [ Ctrl + '+' ] didnt think to zoom it before)

    Wow! percentages on everything.

    I'm amazed! Astounded truly. 140 lines to achieve all of that? And I'm sure I'm doing it all sorts of wrong. But that's a genuine task solved w/ Python in basically a day, but i've been tweeking around w/ the filesystem stuff.

    On the data-science bandwagon of course.
    Thought I'd re-do my ⇨ *OLD* ⇦ php static cms (did i meantion it's old?) as a python app to learn from that perspective.
    see:
    statecollegeguitarlessons.com/

    I dunno why i want to start by learning how to mess with the filesystem. probably some kind of psychosis. someone has a name for that.

    traverse the dirs w/ tuple os.walk i think at that time, abandoned for pathlib - thought, okay: this is pretty easy w/ python! let's try counting file-types, etc. clearly abandoning the cms idea by that time. Also, i see Jupyter Notebook is basically already the thing. so. ha!

    #Python #Amazed #Pandas #Plotly #pathlib #newb

    @python_discussions
    @diazona
    @ketmorco

  12. Looking at it first time today. (svg so responds to [ Ctrl + '+' ] didnt think to zoom it before)

    Wow! percentages on everything.

    I'm amazed! Astounded truly. 140 lines to achieve all of that? And I'm sure I'm doing it all sorts of wrong. But that's a genuine task solved w/ Python in basically a day, but i've been tweeking around w/ the filesystem stuff.

    On the data-science bandwagon of course.
    Thought I'd re-do my ⇨ *OLD* ⇦ php static cms (did i meantion it's old?) as a python app to learn from that perspective.
    see:
    statecollegeguitarlessons.com/

    I dunno why i want to start by learning how to mess with the filesystem. probably some kind of psychosis. someone has a name for that.

    traverse the dirs w/ tuple os.walk i think at that time, abandoned for pathlib - thought, okay: this is pretty easy w/ python! let's try counting file-types, etc. clearly abandoning the cms idea by that time. Also, i see Jupyter Notebook is basically already the thing. so. ha!

    #Python #Amazed #Pandas #Plotly #pathlib #newb

    @python_discussions
    @diazona
    @ketmorco

  13. Did you miss the event about building a modern analysis and pipeline for the @codeandsupply Compensation Survey Report with , , , , and more? Now you can catch a recording of the presentation here!

    youtube.com/watch?v=bbjMVXs-nQc

  14. Join us *tonight* for a talk from @colindean about how @codeandsupply used , , , , and other open source tools to generate the C&S Compensation Survey Report, a 100+ page research paper chock full of data analysis and visualization.

    See you there!

    meetup.com/pydata-pittsburgh/e

  15. Want to learn about how to use , , , , and other open source tools to create a modern, reproducible data analysis and visualization pipeline?

    Join on Wednesday, January 17 for the talk "Data Engineering: The Code & Supply Compensation Survey Report" from @colindean, managing director at @codeandsupply!

    meetup.com/pydata-pittsburgh/e

  16. Today I learned how to create an interactive HTML report for gene-set enrichment analysis in R. It allows readers to examine set-level results & drill down into the underlying gene-level statistics interactively.
    tomsing1.github.io/blog/posts/
    It's a static HTML page, e.g. no server (#shiny, #dash, etc) needed. Thanks a lot to the authors of the #plotly #reactable #crosstalk and #htmlwidget tools for making this so easy #til #rstats #bioconductor #gsea #compbio #visualization @lianos