Skip to content
View JuanCamilo18's full-sized avatar

Block or report JuanCamilo18

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JuanCamilo18/README.md

Hi, my name is Juan Camilo👋 👨🏻‍💻 📈

me

Iam a passionate Statistics from Piura - Perú.
¡Revisa mi contenido 👇!

I'm a statistics who is passionate about making contributing to open-source more approachable, creating technology to elevate people, and building community. Some technologies I enjoy working with include R, Jupyter, Data Studio and SPSS.

  • 🔭 I’m currently working on ... Rstudio M Excel Colab G Sheets
  • 🌱 I’m currently learning: PBI Python Git
  • 👯 I’m looking to collaborate on: R Rstudio
  • 💬 Ask me about ...
  • 😄 Pronouns: Camilo
  • ⚡ Fun fact: I'm a huge fan of DBZ, Doraemon, I love to eat and travel. 💯

Connect with me 🌎:

gautamkrishnar gautamkrishnar gautamkrishnar gautamkrishnar

Messenger Badge

Repositories 📈

JuanCamilo18 github stats Top Langs

Profile Views

Code 📈 💻
Graphics code in R 📊
# Codigo R
library(ggplot2)
library(gridExtra)
p1 <- ggplot(diamonds, aes(cut)) + geom_bar(fill = "orange") + scale_x_discrete("Cut")
p2 <- p1 + scale_x_discrete("Cut Type", labels = c("Fair" = "F","Good" = "G", "Very Good" = "VG","Premium" = "P","Ideal" = "I"))
grid.arrange(p1, p2, ncol = 2)

Profile last updated

Popular repositories Loading

  1. JuanCamilo18 JuanCamilo18 Public

    This is my personal Repo

    1

  2. pruebacamilo pruebacamilo Public

    Este repositorio es para alojar programas de estadistica

  3. ArchivosR ArchivosR Public

    Este reepositorio tiene codigos de R studio

  4. rmarkdown-book rmarkdown-book Public

    Forked from rstudio/rmarkdown-book

    R Markdown: The Definitive Guide (published by Chapman & Hall/CRC in July 2018)

    TeX

  5. meetups-archivos meetups-archivos Public

    Forked from DataScienceResearchPeru/meetups-archivos

    Ppts, códigos y videos de las meetups, data science days, videollamadas y workshops. Data Science Research es una organización sin fines de lucro que busca difundir y descentralizar los conocimient…

    Jupyter Notebook

  6. Modulo-Pandas Modulo-Pandas Public

    Explorando el modulo pandas de python.

    Jupyter Notebook