-
Recent Posts
Recent Comments
Archives
Categories
Meta
Author Archives: admin
ANOVA TEST to Determine Statistical Significance Running ANOVA test to check whether the total value of ATM transactions using debit cards in India is influenced by the month of the year. The data for the analysis has been obtained from … Continue reading
Visualizing Data
Univariate graphs for the 4 variables I have chosen: Death by Asphyxiation: Code: import pandas import numpy import math import matplotlib.pyplot as plt import seaborn data = pandas.read_csv(‘data.csv’) data[‘YISM2534’] = pandas.to_numeric(data[‘YISM2534’]) data[‘YISW2534’] = pandas.to_numeric(data[‘YISW2534’]) data[‘DBA’] = pandas.to_numeric(data[‘DBA’]) data[‘DBACEIL’] = numpy.ceil(data[‘DBAPER1000’]) … Continue reading
Posted in Big Data, Data Analysis
Leave a comment
Data Management
In my previous post, I had performed a frequency analysis on three of the variables from my data set: YISM2534: Mean years in school (men between 25 and 34 years old) YISW2534: Mean years in school (women between 25 and … Continue reading
Posted in Uncategorized
Leave a comment
Getting started with Python!
So this week, I wrote my first program in Python for analyzing frequency distribution of data. Unfortunately, the data I had selected did not lend well to frequency distribution. The main reason for this was that none of the variables … Continue reading
Posted in Big Data, Data Analysis
Leave a comment
My First Project
Understanding the socio-economic factors of a specific region and how these factors influence each other is crucial to framing societal problems in the right context and finding constructive solutions. Aside from the obvious advantages and positive impact that such research … Continue reading
Posted in Big Data, Data Analysis
Leave a comment
Data Management and Visualization
Data Management, Analysis, and Visualization Data management, analysis, and visualization are crucial components in making informed business decisions. In the following weeks, I will be undertaking a new project in data management and visualization and documenting my progress in this … Continue reading
No audio output device is installed – Windows XP
The problem: 1. You are seeing a red x near your speaker icon. 2. When you move your cursor atop the speaker icon, you get the message “No Audio Output Device installed”. The solution: First, don’t panic. There is a … Continue reading
Posted in How Tos
Tagged audio device, Audio Device not working, audio device problems in Vista, audio not working on vista, disable audio output device, Enabe Audio Output device, No audio output device is installed, vista audio device problems, vista speaker problems, Windows Vista
Leave a comment
Partitioning in Windows Vista
Partitioning in Windows Vista Partitioning a disk in windows vista is tricky business. I recently went through the exercise so I could install Ubuntu on my laptop and it took all of two days for what should have taken a … Continue reading
Posted in How Tos
Leave a comment
Remembering Jules Verne
No. It is not his birthday. In fact, it is a whole two months after his birthday. But I was doing my spring cleaning and happened to come across a copy of Verne’s “A journey to the centre of the … Continue reading
QR Codes
What are QR Codes QR code stands for Quick Response Code. QR codes are 2-dimensional bar codes that can be used to embed data. The data can be any of the following: Numbers Alphabets Special Characters Kanji Characters FNC1 data … Continue reading
Posted in QR Codes
Leave a comment