PythonDataProcess&Visulisation
文章平均质量分 92
python:Data Processing and Visulisation
HarryStudyPython_ing
Always On The Road!
展开
-
Project 4 : News
Data Processing and Visulisation with PythonNewsData Processing and Visulisation with Python爬虫部分:信息整理部分:查看文件的年份分布范围使用nltk分词、判断词性、抓取词干、并过滤:nltk词性查看helpnltk提取词干的示例剔除空行空列,然后将空值填为0单词聚类引:近年中美关系纷繁复杂,本project试图使用python抓取、整理信息,并进行分析希望能挖掘出一些有趣的细节、重要的信息以及主线的规律。目标原创 2021-01-20 11:51:15 · 197 阅读 · 0 评论 -
Note for Matplotlib : Data Processing and Visulisation with Python
Data Processing and Visulisation with PythonNote for MatplotlibData Processing and Visulisation with PythonMatplotlib Fundamentalplotplot(X,Y)discrete formlabels on axesarbitrary number of (x,y,fmt)linspace to define X valueschange the line styleshading r原创 2021-01-20 11:30:42 · 200 阅读 · 0 评论 -
Note for NumPy and Array: Data Processing and Visulisation with Python
Data Processing and Visulisation with PythonNote for NumPy and ArrayData Processing and Visulisation with PythonArangelinspacelogspacegeomspaceshape of an arrayArrays of ones and of zeroscopy arraysidentityeyediagflattritriltriureshapeflattenraveldifferen原创 2021-01-20 10:51:45 · 130 阅读 · 0 评论 -
Project 3 : Satellite Image Data Analysis using numpy and matplotlib
Data Processing and Visulisation with PythonSatellite Image Data Analysis using numpy and matplotlibData Processing and Visulisation with PythonLoading the libraries we need: numpy, matplotlibCreating a numpy array from an image fileLets choose a satellit原创 2021-01-19 14:39:15 · 261 阅读 · 0 评论 -
Seaborn 911 : Data Processing and Visulisation with Python (Python Exercise 28)
Data Processing and Visulisation with PythonPython Exercise 28Data Processing and Visulisation with Python911 Calls Capstone ProjectData and SetupBasic QuestionsCreating new features911 Calls Capstone ProjectFor this capstone project we will be analyzin原创 2021-01-19 14:23:23 · 535 阅读 · 0 评论 -
Seaborn : Data Processing and Visulisation with Python (Python Exercise 27)
Data Processing and Visulisation with PythonPython Exercise 27Data Processing and Visulisation with PythonThe DataImport seaborn and matplotlib.pyplot for later useSet the style of seaborn to `whitegrid`Load dataset `titanic`Check the head of the datasetP原创 2021-01-19 14:13:46 · 407 阅读 · 0 评论 -
Pandas : Data Processing and Visulisation with Python (Python Exercise 26)
Data Processing and Visulisation with PythonPython Exercise 26Data Processing and Visulisation with PythonIn this Exercise you will be given some Fake Data about some purchases done through Amazon! Just go ahead and follow the directions and try your bes原创 2021-01-19 14:07:08 · 509 阅读 · 0 评论 -
Pandas : Data Processing and Visulisation with Python (Python Exercise 25)
Data Processing and Visulisation with PythonPython Exercise 25Data Processing and Visulisation with PythonIn this exercise, we will be using the San Francisco city employee salary data from Kaggle! Just follow along and complete the tasks outlined in bol原创 2021-01-19 12:00:00 · 487 阅读 · 0 评论 -
Matplotlib : Data Processing and Visulisation with Python (Python Exercise 24)
Data Processing and Visulisation with PythonPython Exercise 24Data Processing and Visulisation with PythonImportsThe DataStyle SheetsCheck curret plot styleChange style to ggplotCheck current plot style after changeChange style to bmhChange style to dark_原创 2021-01-19 11:48:10 · 205 阅读 · 0 评论 -
Matplotlib : Data Processing and Visulisation with Python (Python Exercise 23)
Data Processing and Visulisation with PythonPython Exercise 23Data Processing and Visulisation with PythonPreparationFirst, of course, import necessary librariesPrepare data for processingLogarithmic scalePlacement of ticks and custom tick labelsAxis grid原创 2021-01-19 11:31:56 · 253 阅读 · 0 评论 -
Matplotlib : Data Processing and Visulisation with Python (Python Exercise 22)
Data Processing and Visulisation with PythonPython Exercise 21Data Processing and Visulisation with PythonImport moduleData preparationBasic Matplotlib CommandsCreating Multiplots on Same CanvasUsing Object Oriented Method to create figuresFigure in figur原创 2021-01-19 11:22:57 · 272 阅读 · 0 评论 -
Numpy : Data Processing and Visulisation with Python (Python Exercise 21)
Data Processing and Visulisation with PythonPython Exercise 21Data Processing and Visulisation with PythonMatrix with range in rowMatrix with range in columnSum of multiples of 3 or 5The mthm^{th}mth ColumnReplace outliersSwap columnsNormDeterminantMatri原创 2020-11-17 12:14:25 · 436 阅读 · 0 评论 -
Numpy : Data Processing and Visulisation with Python (Python Exercise 20)
Data Processing and Visulisation with PythonPython Exercise 20Data Processing and Visulisation with PythonReverse vectorAny or all non-zeroCreate matrixRange in rangeDigital frameDiagonal matrixAdd vectorCheckerboardReverse vectorWrite a Python function原创 2020-11-17 11:50:05 · 281 阅读 · 0 评论 -
Lambda : Data Processing and Visulisation with Python (Python Exercise 19)
Data Processing and Visulisation with PythonPython Exercise 19Data Processing and Visulisation with PythonEcho wordShout out spellsFilter out listWord lengthColor with sizeHeros namesList differenceSame beginning and endEcho wordRewrite the following Py原创 2020-11-17 11:40:08 · 389 阅读 · 0 评论 -
Project 2 : Using Turtle to Draw a Maze (Python Exercise 18)
Data Processing and Visulisation with PythonPython Exercise 18Data Processing and Visulisation with Python"""Python Exercise 18for the class ofData Processing and Visulisation with Python2020-2021-1"""# libraries to be usedimport turtleimport r原创 2020-11-16 09:54:13 · 568 阅读 · 0 评论 -
Set :Data Processing and Visulisation with Python (Python Exercise 17)
Data Processing and Visulisation with PythonPython Exercise 17Data Processing and Visulisation with PythonIntersection and unionCommon members and differencesSubset and supersetSymmetric differenceMax and minCommon dictionary keysCommon key-valueUnique ch原创 2020-11-16 09:49:23 · 380 阅读 · 0 评论 -
Tuple:Data Processing and Visulisation with Python (Python Exercise 16)
Data Processing and Visulisation with PythonPython Exercise 16Data Processing and Visulisation with PythonThe NthN^{th}Nth element in tupleRemove the NthN^{th}Nth element in tupleFind the index of an item in a tupleRemove an item from tupleSort dictionary原创 2020-11-16 09:14:03 · 377 阅读 · 0 评论 -
Dictionary :Data Processing and Visulisation with Python (Python Exercise 15)
Data Processing and Visulisation with PythonPython Exercise 15Data Processing and Visulisation with PythonSquare dictionarySum of valuesCharacter frequencyConcatenate dictionariesMerging by addingDictionary in tableHour distributionRecursion improvementS原创 2020-11-01 11:58:16 · 640 阅读 · 0 评论 -
List :Data Processing and Visulisation with Python (Python Exercise 14)
Data Processing and Visulisation with PythonPython Exercise 14Data Processing and Visulisation with PythonCheck magic squareOdd magic squareBackground informationTaskCheck magic squarem = [[8, 1, 6], [3, 5, 7], [4, 9, 2]]checkMagicSquare(m)m = [[8,原创 2020-10-27 11:26:54 · 229 阅读 · 0 评论 -
List :Data Processing and Visulisation with Python (Python Exercise 13)
Data Processing and Visulisation with PythonPython Exercise 13Data Processing and Visulisation with Python原创 2020-10-27 11:15:00 · 688 阅读 · 0 评论 -
Text File :Data Processing and Visulisation with Python (Python Exercise 12)
Data Processing and Visulisation with PythonPython Exercise 12Data Processing and Visulisation with PythonLines in text fileCharacters in text fileStrings in text fileStrings in text file (case-insensitive)Remove blank linesnonetype?Check if there exists原创 2020-10-26 22:35:08 · 441 阅读 · 0 评论 -
Slice :Data Processing and Visulisation with Python (Python Exercise 11)
Data Processing and Visulisation with PythonPython Exercise 11Data Processing and Visulisation with Python原创 2020-10-19 12:12:39 · 429 阅读 · 0 评论 -
Function :Data Processing and Visulisation with Python (Python Exercise 10)
Data Processing and Visulisation with PythonPython Exercise 10Data Processing and Visulisation with Python原创 2020-10-16 21:04:57 · 485 阅读 · 0 评论 -
Project 1 : Using Turtle to Draw Grid (Python Exercise 9)
Data Processing and Visulisation with PythonPython Exercise 9Data Processing and Visulisation with PythonTurtleTurtle_exampleAbout turtleCase StudydrawGridedrawGrid - HelperdrawGridAsUserInputTurtleTurtle_exampleimport turtlet = turtle.Turtle()t.fd(1原创 2020-10-15 18:27:47 · 520 阅读 · 0 评论 -
Function:Data Processing and Visulisation with Python (Python Exercise 8)
Data Processing and Visulisation with PythonPython Exercise 8Data Processing and Visulisation with Python原创 2020-10-06 22:51:36 · 654 阅读 · 0 评论 -
Loop:Data Processing and Visulisation with Python (Python Exercise 7)
Data Processing and Visulisation with PythonPython Exercise 7Data Processing and Visulisation with PythonString formatNumber filterAll evenAll but 3Arrow head of starsPrime numbers in an intervalMultiplication tableFibonacci seriesAll posible sentencesSt原创 2020-09-30 18:08:24 · 533 阅读 · 0 评论 -
Loop:Data Processing and Visulisation with Python (Python Exercise 6)
Data Processing and Visulisation with PythonPython Exercise 6Data Processing and Visulisation with PythonEven numbers in an intervalPrime numberDigit 3 in a positive integerSum of arbitrary numbers of integersMean of arbitrary numbers of integersVariance原创 2020-09-29 17:58:45 · 417 阅读 · 0 评论 -
If:Data Processing and Visulisation with Python (Python Exercise 5)
Data Processing and Visulisation with PythonPython Exercise 5Data Processing and Visulisation with PythonEquilateral, isosceles or scaleneArea of triangle (new version)DivisibilityRight triangleContain, intersect or disjointReal roots of quatratic equatio原创 2020-09-22 13:59:02 · 416 阅读 · 0 评论 -
If:Data Processing and Visulisation with Python (Python Exercise 4)
Data Processing and Visulisation with PythonPython Exercise 4Data Processing and Visulisation with PythonAbsolute valueConvert between o^ooC and o^ooFDog's yearsMedian of threeNext secondPositive, negative or zeroAround 888Even or odd (new version)Absolu原创 2020-09-21 15:03:19 · 211 阅读 · 0 评论 -
Variables and Assignments:Data Processing and Visulisation with Python (Python Exercise 3)
Data Processing and Visulisation with PythonPython Exercise 3Data Processing and Visulisation with PythonHeight and LengthHypotenuseBMISwapping two variablesLast digitSecond last digit*n*th digit from right*n*th digit from right of binary formHeight and原创 2020-09-16 22:03:21 · 199 阅读 · 0 评论 -
Operators and Expressions:Data Processing and Visulisation with Python (Python Exercise 2)
Data Processing and Visulisation with PythonPython Exercise 2Data Processing and Visulisation with PythonArea of a circleName in reverse orderSum of n+nn+nnnn copies of stringArea of triangleSum of two greater than the third?Result of expressionFuture val原创 2020-09-16 21:54:25 · 311 阅读 · 0 评论 -
String :Data Processing and Visulisation with Python (Python Exercise 1)
python数据处理与可视化(作业1)原创 2020-09-16 21:43:37 · 321 阅读 · 0 评论