• Skip to secondary menu
  • Skip to main content
  • Skip to primary sidebar

Python and R Tips

Learn Data Science with Python and R

  • Home
  • Python
  • Pandas
    • Pandas 101
  • tidyverse
    • tidyverse 101
  • R
  • Linux
  • Conferences
  • Python Books
  • About
    • Privacy Policy
You are here: Home / Archives for R / tidyverse 101

tidyverse 101

dplyr select(): Select one or more variables from a dataframe

July 18, 2020 by cmdlinetips

dplyr select(): How to Select Columns?

dplyr, R package part of tidyverse, provides a great set of tools to manipulate datasets in the tabular form. dplyr has a set of core functions for “data munging”. Here is the list of core functions from dplyr select() picks variables based on their names. mutate() adds new variables that are functions of existing variables […]

Filed Under: dplyr select(), R, tidyverse 101 Tagged With: ggplot2, R

dplyr count(): Explore Variables with count in dplyr

July 5, 2020 by cmdlinetips

In this tutorial, we will see examples of using count() function from dplyr to explore variables in a dataframe. One of the first things to do after loading a data is to perform simple exploratory data analysis. One typically starts data exploration with a quick look at the data with functions like glimpse() or head(). […]

Filed Under: tidyverse 101 Tagged With: count dplyr

How To Get A Peek at Dataframe in R

June 29, 2020 by cmdlinetips

Get a peek at Dataframe

Getting a quick look at the dataframe to understand the variables we have or data types is an important aspect of data analysis. If you are used to working with excel, your first impulse is to open the data in excel. However, getting a look at the data programmatically in R has many advantages including […]

Filed Under: tidyverse 101 Tagged With: glimpse tidyverse, head R, view R

9 Tips to Make Better Scatter Plots with ggplot2 in R

November 17, 2019 by cmdlinetips

Scatter plot tips: Color & Shape by variable

Scatter plot is one of the common data visualization method used to understand the relationship between two quantitative variables. When there is strong association between two variables you would easily see the relationship with scatterplot. However, when the relationship is subtle it may be tricky to see it. In this post we will see 9 […]

Filed Under: R, R Tips, scatter plot ggplot2, Scatter Plot Tips, tidyverse 101 Tagged With: ggplot2 scatterplot, Scatter Plot with R

How To Change Legend Title in ggplot2?

October 17, 2019 by cmdlinetips

ggplot2 change legend title with guides()

In this post, we will see multiple examples of how to change the legend title in ggplot2. When you make a plot with ggplot2 and color/highlight data points by a variable in the input dataframe, ggplot2 uses the name of the variable present in the dataframe. However, sometimes you might want to change the legend […]

Filed Under: change legend title ggplot2, R Tips, tidyverse 101 Tagged With: ggplot change legend title, ggplot2, ggplot2 legend title

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 5
  • Page 6
  • Page 7
  • Page 8
  • Go to Next Page »

Primary Sidebar

Subscribe to Python and R Tips and Learn Data Science

Learn Pandas in Python and Tidyverse in R

Tags

Altair Basic NumPy Book Review Data Science Data Science Books Data Science Resources Data Science Roundup Data Visualization Dimensionality Reduction Dropbox Dropbox Free Space Dropbox Tips Emacs Emacs Tips ggplot2 Linux Commands Linux Tips Mac Os X Tips Maximum Likelihood Estimation in R MLE in R NumPy Pandas Pandas 101 Pandas Dataframe Pandas Data Frame pandas groupby() Pandas select columns Pandas select_dtypes Python Python 3 Python Boxplot Python Tips R rstats R Tips Seaborn Seaborn Boxplot Seaborn Catplot Shell Scripting Sparse Matrix in Python tidy evaluation tidyverse tidyverse 101 Vim Vim Tips

RSS RSS

  • How to convert row names to a column in Pandas
  • How to resize an image with PyTorch
  • Fashion-MNIST data from PyTorch
  • Pandas case_when() with multiple examples
  • An Introduction to Statistical Learning: with Applications in Python Is Here
  • 10 Tips to customize ggplot2 title text
  • 8 Plot types with Matplotlib in Python
  • PCA on S&P 500 Stock Return Data
  • Linear Regression with Matrix Decomposition Methods
  • Numpy’s random choice() function

Copyright © 2025 · Lifestyle Pro on Genesis Framework · WordPress · Log in

Go to mobile version