Skip to main content

Posts

Performing Analysis of Meteorological Data

 import numpy as np import pandas as pd import matplot.pyplot as plt file_path = "C:/Users/user/Downloads/wetherHistory.csv" file = pd.read_csv(file_path) titles_req = ["Formatted Date","Apparent Temerature(c)","Humidity"] df = files[titles_req] df['Formatted Date'] = pd.to_datetime(df['Formatted Date'],utc=True) df_1 = df.set_index('Formatted Dates') df_1 = df_1.resample('MS').mean() df_1.head() plt.figure(figsize(14,6)) plt.title("Variation in apperent temperature and Humidity with time") plt.plot(df_1) df_april = df_1[df_1.index.month==4] plt.figure(figsize=(14,6)) plt.plot(df_april)
Recent posts

web scraping

want to get started with web_scraping  ! in this blog we will learn how to do web scarping,why to do web scraping,what are the advantages and disadvantages of web scraping and we will answer all the question related to web scraping very deeply in this blog.So let's get started. First you should know some basic things that what is a browser and what are websites.browsers are the machines that read and present the code on the screen which is written in HTML.browsers converts the HTML codes into an interface. for example ,suppose i am writing a code < html > < head > < title > WELCOME < /title > < /head > < body > < h1 > YOU CAN WRITE HERE < /h1 > < /body > < /html > the browser will read the code and will present in front of you like and websites are the pages which are written in many components like HTML,java,python,MySQL and etc. theses pages are readed by the b...

Two Child(script)

Two Child proving their skills! Hello friends today i will share my drama script with you ,i performed this drama in my college and got first prize .i have written many script for my dramas ,so this is a small sample of one of my collection. through, this script i want to convey that how a son and daughter helped his father in a very critical condition. characters: son              (Ramesh)       ,(son of Sharma jii) daughter      (tina) Father          (Sharma jii)     ,(owner of hotel) Mother         (Anita) custumer       (Aman)       ,(friend of Sharma jii) narrator:there is a family.the son has completed his intermediate now he has taken admission in a college in abroad and now he is preparing to join the college. scene 1 : son:            papa mera re...

MySQL

M ySQL INTRODUCTION today we are living in the 20th century and every day tons of data are generated. for storing these tons of data new and advanced computers are introduced like cloud computing etc. these generations of data are genuine because every day in banks new transactions are processed, there are a huge variety of online stores which keeps tracking of there users for example name, address email etc, the schools and colleges keep all confidential information of the student from the beginning till now and there are many organisation which are generating huge data. So, consider if someone(named boss) tells you to handle all this and present this in a well-defined manner then what will you do. (one question arises here, why someone wants to handle and present it in a well-defined data? The answer is that the boss wants to do some predictions that in the next three or four years where the position of the company, the company will be in the profit or in loss )so, today I...

commanding on coding

     COMPETITIVE PROGRAMMING  "Practise makes a man perfect " In today's new era, the one who is in the field of coding and programming (Both are almost the same) wants to get command on coding. every day new things and packages are introduced for the betterment of the software and its user experiences.so, today MAX is here to give you all possible ways to get command on coding. Today we will talk about the five steps that will increase your coding skills from zero levels to advanced level. STEP-1 Consider a code source like books, websites,  online courses and any other stuff from which you are comfortable( I prescribe to use books for better understanding and clear-cut overview of contents .)and then makes another notebook and extract all the syntax of each and every topic. the main moto of doing this is that you will learn the syntax of the programming language, which is ignored by many students, and for writing programmes, they seek for the syntax a...

my first internship shortlisting

  my first internship shortlisting! s o, from the topic, you will come to know that in today's post we will talk about my experience when I was shorlisted for the internship.so let's get started. it was Monday at 12 noon I applied in seven companies .i was waiting for an E-mail from the applied company very eagerly.so I got a mail in next morning that it was conveying me to receive a sourcebook from a very distance which was impossible for me to cover, so I replied them that for me it imposible to come so can you mail me the sourcebook. after that, no reply has come yet, but I am still waiting for them.after that, I got a one more mail from the company that  I was applied .they said me that coagulation that you have shortlisted for this internship, in that mail there was a PDF file and my task was to convert that PDF file into MS word file it was a pretask,they are conveying to like and follow their facebook page and install an app from play store .my task was this ....

MOUNTAIN CLIMBING

Rock climbing is the acts which come in the category of adventure. in the category of adventure bugging jumping, rafting,  camping, rock climbing etc, comes. I have tried rock climbing in Uttarakhand, it is the spot in which almost all adventuring things can be done. but today we will talk about the profits of rock climbing and the records that are made by the Mountaineers. while climbing a mountain your body physically and mentally get interacted with it .mountain climbing is just like a harsh training but its outcomes are very healthy. scientifically it is found that adrenaline -scientifically known as epinephrine-is a hormone that is generated by our body parts, this hormone is secreted when you do this activity.you are in a situation in where you feel the need of defence yourself. this hormone helps your body handle the stress of the situation adrenaline can occur in different types of situation-a worrying situation, an angry situation, fighting situation, an insulting situa...