Skip to content

Data Manipulation and Data Science show case for prospective employers. Personal glossary in R.

Notifications You must be signed in to change notification settings

mainul12/data_science_R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R

The R Programming Environment and R projects

  • Finding unique values of a column in R or retain only unique/distinct rows from an input tbl
distinct() ##function from the dplyr package
  • selecting column names that have spaces
select(df,`Column Name`)
  • view all columns of a dataframe in a Jupyter Notebook
options(repr.matrix.max.rows = 100)
options(repr.matrix.max.cols = 30)
  • changing plot size in Jupyter notbook
options(repr.plot.width = 6, repr.plot.height = 4)

About

Data Manipulation and Data Science show case for prospective employers. Personal glossary in R.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published