Debarghya Chakravartydebarghya.hashnode.dev·Jun 25, 2024Understanding CryptoPunks Volume and Prices through PythonObjective The objective of this report is to analyze the trading volume and average price of CryptoPunks NFTs on the Ethereum blockchain. By fetching and processing data from the Moralis API, we aim to visualize the trends over a specified period. Ai...17 likes·70 readsCryptoPunks Analysis
steve jacobstevejacob.hashnode.dev·Mar 21, 2024Mastering Python Data Analysis: Insights from Numbers and NarrativesIn the age of big data, businesses are swimming in vast oceans of information. From customer transactions to website analytics, social media interactions, and sensor data from the Internet of Things – the digital footprints we leave behind are a trea...hire python developer
Ayesha Irshadayeshairshad.hashnode.dev·Aug 5, 2023Exploratory Data Analysis (EDA) with Python: Unveiling the Hidden Stories in DataIntroduction to Exploratory Data Analysis Exploratory Data Analysis (EDA) is an essential step in the data analysis process, where data scientists and analysts explore datasets to gain insights, discover patterns, and uncover relationships between va...56 readsoutlierdetection
Ayesha Irshadayeshairshad.hashnode.dev·Aug 1, 2023Data Manipulation Magic with Python: Empowering Data Analysis with NumPy and PandasIntroduction Data manipulation forms the heart of every data analysis endeavor. In this blog, we'll unlock the power of Python's data manipulation libraries - NumPy and Pandas. From numerical computations to handling complex datasets, we'll explore t...DataManipulation