stevensanderson, to programming
@stevensanderson@mstdn.social avatar

Learn efficient ways to collapse text by group in R! Explore base R's aggregate(), dplyr's group_by() and summarise(), and data.table's grouping. Mastering these techniques enhances data preprocessing skills. Try these examples with your datasets to optimize workflows. Happy coding! 📊💻

#R

Post: https://www.spsanderson.com/steveondata/posts/2024-05-09/

image/png

stevensanderson, to random
@stevensanderson@mstdn.social avatar

👍 In R, you can easily extract specific columns from a data frame by their numerical positions. For instance, to grab the second column from a data frame df, you can use df[, 2].

🙅‍♂️ You can also exclude columns by using negative indexing, such as df[, -2] to exclude the second column.

Keep exploring and happy coding!

#R

Post: https://www.spsanderson.com/steveondata/posts/2024-05-08/

image/png

LabPlot, to KDE
@LabPlot@floss.social avatar

will mentor ten projects in Google Summer of Code () this year, including two projects for , a FREE, open source and cross-platform and software.

@labplot

https://mentorship.kde.org/blog/2024-05-gsoc-2024/

➡️ Kuntal Bar (https://invent.kde.org/kuntalhere) will work on adding 3D plotting support to cater to the evolving demands of scientific research.

➡️ Israel Galadima (https://invent.kde.org/izzygala) will work on Python wrappers around the LabPlot C++ API.

stevensanderson, to programming
@stevensanderson@mstdn.social avatar

Exciting news for data analysts! Try check_duplicate_rows() from TidyDensity in R to identify duplicate rows in datasets.

This new function simplifies data cleaning and enhances accuracy in analyses. Give it a go today!

#DataAnalysis #RStats #R #Programming #Coding #Data

Post: https://www.spsanderson.com/steveondata/posts/2024-05-01/

image/png

stevensanderson, to python
@stevensanderson@mstdn.social avatar

Feeling stuck with Excel for data analysis?

My new book which was co-authored by David Kun, Extending Excel with Python & R, shows you how to leverage the strengths of BOTH worlds!

Here's what you'll gain:
🧐 Advanced data manipulation & cleaning
💻 Powerful statistical analysis & modeling
📉 Eye-catching data visualizations
🌟 Seamless integration back to Excel

Get your copy today! https://packt.link/oTyZJ

#R

stevensanderson, to random
@stevensanderson@mstdn.social avatar

Exciting news! 🚀 TidyDensity version 1.4.0 is here.

  • Quantile normalization to handle skewed data distributions
  • Duplicate row detection for improved data quality
  • Chi-square distribution parameter estimation made easy
  • Markov Chain Monte Carlo (MCMC) sampling for advanced analysis
  • AIC calculations for model selection

R

I will do tutorials of new functionality during the week.

Post: https://www.spsanderson.com/steveondata/posts/2024-04-29/

stevensanderson, to datascience
@stevensanderson@mstdn.social avatar

Discover efficient string splitting in R using strsplit()!

Learn practical examples and unleash the power of regular expressions.

Enhance your data cleaning skills and level up your R programming.

Experiment with strsplit() today!

Post: https://www.spsanderson.com/steveondata/posts/2024-04-26/

#DataAnalysis #DataScience #RProgramming #R #RStats #Programming #Coding

image/png

rdnielsen, to statistics
@rdnielsen@floss.social avatar

The plotting, statistical, and data selection tools in the mapdata.py data explorer (https://pypi.org/project/mapdata/) can be used even if you don't have any map data. Just add dummy latitude and longitude values to the data table. Zeroes will do. The map and the dummy columns can both be hidden, and you can then explore the data table with the other available tools.

#Plotting #Statistics #EDA #DataAnalysis #Python #FOSS #FLOSS

stevensanderson, to python
@stevensanderson@mstdn.social avatar

Feeling stuck with Excel for data analysis?

My new book which was co-authored by David Kun, Extending Excel with Python & R, shows you how to leverage the strengths of BOTH worlds!

Here's what you'll gain:
🧐 * Advanced data manipulation & cleaning
💻 * Powerful statistical analysis & modeling
📉 * Eye-catching data visualizations
🌟 * Seamless integration back to Excel

The release date is April 30th!

#dataanalysis #python #R #excel #datavisualization #Books

Link: https://packt.link/oTyZJ

LabPlot, to KDE
@LabPlot@floss.social avatar

📘 Season of KDE: Adding MCAP support to LabPlot by Raphael Wirth

@labplot
@kde

➡️ https://wirthual.github.io/posts/season-of-kde/

This article describes the work done by Raphael Wirth for adding support to as part of the Season of 2024.

Well done, Raphael! 👏

LabPlot, to datascience
@LabPlot@floss.social avatar

A good news: Text alignment has been recently added to #LabPlot (dev) to make labels look better.

@labplot

#DataAnalysis #DataScience #Data #DataViz #Science #Statistics #FOSS #FLOSS #OpenSource

stevensanderson, to python
@stevensanderson@mstdn.social avatar

Feeling stuck with Excel for data analysis?

My new book which was co-authored by David Kun, Extending Excel with Python & R, shows you how to leverage the strengths of BOTH worlds!

Here's what you'll gain:
🧐 * Advanced data manipulation & cleaning
💻 * Powerful statistical analysis & modeling
📉 * Eye-catching data visualizations
🌟 * Seamless integration back to Excel

#R

Link: https://www.amazon.com/dp/1804610690/ref=tsm_1_fb_lk

rempsyc, to rstats
@rempsyc@mastodon.world avatar

New publication in @psychonomic_soc Behavior Research Methods!

We dive deep into simplifying outlier detection in R using to follow good practices and make your data analysis more robust and replicable. Check it out! @rstats

https://doi.org/10.3758/s13428-024-02356-w

stevensanderson, to random
@stevensanderson@mstdn.social avatar

As data analysts, we know that no model is perfect. Residuals, the differences between observed and predicted values, offer valuable insights into the strengths and weaknesses of our models. Introducing the plot_regression_residuals() function from the tidyAML R package - a game-changer for visualizing regression residuals.

#R #RStats #rprogramming #datascientist #dataanalysis #datamodeling #tidymodels #parsnip

Post: https://www.spsanderson.com/steveondata/posts/2024-03-18/

image/png

stevensanderson, to python
@stevensanderson@mstdn.social avatar

Feeling stuck with Excel for data analysis? You're not alone! Excel is fantastic, but for truly powerful insights and visualizations, it can fall short.

Here's what you'll gain:
🧐 * Advanced data manipulation & cleaning
💻 * Powerful statistical analysis & modeling
📉 * Eye-catching data visualizations
🌟 * Seamless integration back to Excel

Reserve your copy today: https://www.amazon.com/dp/1804610690/ref=tsm_1_fb_lk

#dataanalysis #python #R #excel #datavisualization #booklaunch

ryanbanderson, to python
@ryanbanderson@fediscience.org avatar

I'm excited to announce that my PyHAT software is once again publicly available!

https://code.usgs.gov/astrogeology/pyhat

If you work with spectra or multivariate regression and don't want to reinvent the wheel, check it out. If it doesn't do what you need it to do, let me know and we can add capabilities to make it work for you!
#python #spectroscopy #lpsc2024 #data #OpenSource #DataAnalysis #ML

stevensanderson, to random
@stevensanderson@mstdn.social avatar

🚀 Exciting news for R enthusiasts! My latest blog post shares techniques to rename factor levels in R, making categorical data more meaningful. From levels() to plyr and forcats, learn step by step with easy examples. Let's spark a conversation and elevate our R skills together!

#DataAnalysis #FactorLevels 🎉

Post: https://www.spsanderson.com/steveondata/posts/2024-03-05/

#R #RStats #RProgramming #Coding

image/png
image/png

stevensanderson, to datascience
@stevensanderson@mstdn.social avatar

🚀 Elevate your data manipulation skills in R! Learn how to rename data frame columns with ease using base R functions like names(), colnames(), and setNames(). Clarity and consistency await – dive in and code like a pro! 💻 #RProgramming #DataScience #DataAnalysis #R #RStats #Coding

Post: https://www.spsanderson.com/steveondata/posts/2024-03-04/

stevensanderson, to datascience
@stevensanderson@mstdn.social avatar

Learn how to set a data frame column as the index for faster data access and streamlined operations.

In R, utilize the setDT() function from #datatable or column_to_rownames() from #tibble to seamlessly set your desired column as the index. Try it out with your datasets and experience the boost in productivity!

#DataAnalysis #RProgramming #Efficiency #DataScience #R #RStats 🚀📊

Post: https://www.spsanderson.com/steveondata/posts/2024-02-29/

remixtures, to internet Portuguese
@remixtures@tldr.nettime.org avatar

: "We are thrilled to announce the release of two new Mastodon data collectors in Communalytic:

  • The Mastodon Recent Posts Data Collector retrieves recent public posts and replies from a specified public Mastodon server.
  • The Mastodon Hashtag Search Data Collector retrieves recent public posts and replies with a specified hashtag from any public Mastodon server.

Users of Communalytic EDU can retrieve up to 5,000 recent posts and replies from Mastodon, while Communalytic PRO users can retrieve up to 50,000. Communalytic users can start collecting data immediately without first having to create a Mastodon account or apply for a separate Mastodon API key.

These new data collectors will provide Communalytic users with a systematic way to collect publicly available Mastodon data for academic research and are being released as part of our work developing research tools, techniques, and visualization dashboards to support computational social science.

For more details, see Communalytic’s Tutorials page."

https://socialmedialab.ca/2024/02/27/mastodon-data-is-now-available-via-communalytic-a-no-code-computational-social-science-research-tool-for-studying-online-discourse/

researchbuzz, to machinelearning
@researchbuzz@researchbuzz.masto.host avatar

#Indigenous #HumanRemains #repatriation #MachineLearning #DataScience #DataAnalysis #Australia

'The return of the ancestral human remains of Australian and other Indigenous peoples held in anthropological collections could be sped up using machine-based deep learning according to a new study led by QUT computer scientists.'

https://www.qut.edu.au/news?id=192791

stevensanderson, to random
@stevensanderson@mstdn.social avatar

Master date manipulation in R with two simple methods: 1) Use ifelse() to create an indicator column, and 2) Utilize subsetting to filter data based on date range. Essential for various data tasks. Try it out and enhance your R skills!

#DataAnalysis #R #RStats #RProgramming #timeseries

Post: https://www.spsanderson.com/steveondata/posts/2024-02-07/

image/png

stevensanderson, to Excel
@stevensanderson@mstdn.social avatar

Unlock Excel's potential with "Extending Excel with Python and R"! Seamlessly integrate Python and R for advanced data analysis, visualization, and automation. Import/export data, automate tasks, execute VBA macros, perform statistical analysis, create ggplot2/matplotlib graphs, and call functions directly from VBA. Whether beginner or expert, this book elevates Excel skills. Pre-order! Amazon: https://www.amazon.com/dp/1804610690/ref=tsm_1_fb_lk

Co-authored by David Kun.

#R

stevensanderson, to random
@stevensanderson@mstdn.social avatar

Time-traveling in R Skip ahead (or rewind!) days with ease using lubridate & timetk. Add weeks, months, or even years! Master dates, analyze time series, and share your tricks! Let's conquer time together!

Post: https://www.spsanderson.com/steveondata/posts/2024-01-31/

ramikrispin, to python
@ramikrispin@mstdn.social avatar

Data analysis with Python course for beginners 🚀

FreeCodeCamp released a new course for data analysis with Python 🐍using astronomical data. The course covers the foundations of data analysis, focusing on the following:
✅ Python core commands
✅ Functions
✅ Working with tabular data
✅ Data visualization

🔗 https://www.youtube.com/watch?v=H9KefzbryEw

#python #dataviz #data #dataanalysis #DataScience

  • All
  • Subscribed
  • Moderated
  • Favorites
  • Leos
  • thenastyranch
  • magazineikmin
  • hgfsjryuu7
  • Youngstown
  • khanakhh
  • slotface
  • vwfavf
  • mdbf
  • rosin
  • kavyap
  • ngwrru68w68
  • PowerRangers
  • DreamBathrooms
  • anitta
  • everett
  • InstantRegret
  • GTA5RPClips
  • osvaldo12
  • ethstaker
  • modclub
  • cisconetworking
  • tacticalgear
  • Durango
  • cubers
  • tester
  • normalnudes
  • provamag3
  • All magazines