Posts

Access Modifier in C#

Access Modifier is the keyword which decide who can access resource or object in a C# program. We can control the access level of class, method , variables in a program using a access modifier. There are six Access Modifiers in C# which have different features and which give different levels of access to the object(class/method/variable) with which it is used. Public Access Modifier The objects(methods/properties) with public access modifiers can be accessed from anywhere in a project.

Interactive Visualization with ggplot2 and Plotly

I love to work with data and while analyzing the data visualization helps a lot to show the result of analysis. In this blog i will show how to create interactive visualization with ggplot2 and plotly package in Rstudio Environment. GGplot2 is powerfull visualization package based on The grammar of graphics and part of Tidyverse. It is easy to use and powerful to create any type of visualization. The problem is it can only make beautiful static visualization.

Organized Student Dev Hack

DataSansar Organized Student Dev Hack on Dec 7 2019. It was a hackathon for students who want to learn by working on real projects. The hackathon was organized in ACHS College Hall. Student Dev Hack was an event for beginner coders/students who want to learn new things and create solutions for problems working in a team. The hackathon moto was: Learn Build Share The hackathon’s main focus was to solve problems related to tourism, education and health sector of Nepal.

Solveathon 2019: Nepal Tourism Dashboard

Introduction Closing ceremony of #solveathon2019 is happening now. Open data expo is happening. We @datasansar team are showcasing NepalTourism Dashboard Project made with #rstats.#hackathon #VisitNepal2020 #Nepal #Kathmandu pic.twitter.com/LrD2wIJDBn — Diwash Shrestha 🇳🇵 👨🏽‍💻 (@diwastha) December 15, 2019 We from DataSansar Team attended the Solveathon 2019 for solving social problems with data driven solutions. Solveathon 2019 was a two-day event, organized by the World Bank, The Asia Foundation and supported by the UKaid at the Kathmandu University School of Management on 14-15 December.

Tourism in Nepal

Introduction Nepal is celebrating year 2020 as “Tourism Year” targeting 2 million international tourist arrivals. You can learn more about the #VisitNepal2020. I want to see the trend/history of nepal tourism and extracted the data from the Wikipedia in Scraping Data with R blog post. Visit Nepal 2020" Visit Nepal 2020 In this section, we will work on the scrapped data from the Scraping Data with R blog post and perform analysis, create some visualization and understand the trend of Tourism in Nepal.

Scraping Data with R

In Data Analysis require a data on which we can perform analysis and find insights. We always don’t get clean open data for our analysis so we need to create, find our data. In this post, I describe how to extract data from a website using R. Nepal is a Himalayan nation with beautiful mountains, ancient cultures, traditions and rich history. Nepal is celebrating year 2020 as “Tourism Year” targeting 2 million international tourist arrivals.

Tidyweek - Data Analysis Bootcamp

Introduction R Nepal organized Tidyweek - Data Analysis with R Bootcamp. The Bootcamp was organized in ACHS college between Sep 20th-23rd, 2019. There were 25 participants from various backgrounds (health, business, agriculture, academia). I and Binod Jung Bogati were the educator for the event. Day 1 Binod spoke about the data analysis and process of data analysis. After that he taught the basic R and Rstudio. Day 2 Binod ran the Data import session where he taught participants to import different form of data in R.

TidyTuesday:VideoGame

In this post, I will analyse the Tidytuesday Dataset about a video game from the Steam store using R and Rstudio. Load the packages 1 2 3 4 5 6 library(tidyverse) library(lubridate) library(magrittr) library(ggthemr) library(RColorBrewer) library(gganimate) Load the data 1 2 video_game <- read_csv("https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2019/2019-07-30/video_games.csv") Data Transformation Lets take a look at our dataframe. 1 head(video_game) 1 2 3 4 5 6 7 8 9 10 11 12 # A tibble: 6 x 10 number game release_date price owners developer publisher <dbl> <chr> <chr> <dbl> <chr> <chr> <chr> 1 1 Half… Nov 16, 2004 9.

Visualizing Earthquake

According to USGS: An earthquake is caused by a sudden slip on a fault. The tectonic plates are always slowly moving, but they get stuck at their edges due to friction. When the stress on the edge overcomes the friction, there is an earthquake that releases energy in waves that travel through the earth’s crust and cause the shaking that we feel. Earthquake size can be very weak which can’t be felt to those which can destroy cities.

Organized Global Azure Bootcamp 2019

DataSansar also organized Global Azure Bootcamp 2019 at ACHS College.Global Azure Bootcamp is global event for learning about Microsoft Azure and Cloud Computing which is organized in multiple locations globally and anually. The event was supported by microsoft and github. The Bootcamp ran into three session by different speakers: Cloud Computing Power BI Cognitive Services The event was started by learning about the Cloud Computing from Binod Jung Bogati.