Choose a Visual DisplayAre you at the point where you need to decide on the type of chart or table you […] June 13, 2024 in Data Visualization tagged deciding / type / chart / choose by Mike
Use isinstance to Check Data TypeAre you a data professional working with a pandas dataset and have you found that one or more […] April 7, 2024 in Python tagged custom / data / function / type / object / isinstance by Mike
Hypothesis Test of a Coin TossLet’s look at a simplified hypothesis test. To begin learning about hypothesis testing, let’s look at a very […] August 20, 2023 in Statistics tagged test / type / one / two / hypothesis / probability / coin / toss / error / Statistics Hypothesis by Mike
Data Type Conversion in pandasConvert Strings to Floats This post discusses one of the EDA Structuring tasks using Python and pandas. Here […] August 2, 2023 in Python tagged conversion / float / dollar / strip / data / million / convert / billion / replace / astype / string / comma / type / Pandas EDA Structuring by Mike
Vectors in RA vector is a list of items that are of the same type. A vector is similar to […] April 8, 2023 in R Language tagged data / list / type / structure / vector by Mike
IMDB Unique Genres QueryIn order to set up our relationships in the Data Model, we need to create another table. This […] November 27, 2022 in IMDB tagged type / imdb / genre / IMDB Data Files by Mike
Choosing a Chart TypeThere are lots of graphs you could use. Not all are great choices. Many times choosing simple and […] November 22, 2022 in Data Visualization tagged colour / color / viz / type / choose / column / histogram / palette / choosing / chart / bar / graph / line / pick / Excel Charts by Mike
Excel Power Query Data Type ErrorSometimes when you bring in data into the Power Query Editor, you experience data type errors. Here below […] November 6, 2022 in Excel tagged data / error / type / query / power / Excel Power Query by Mike
Excel’s New Data TypesIf you have Microsoft 365 (formerly Office 365) you can use Excel’s new data types to create Excel […] October 31, 2022 in Excel tagged excel / new / type / data by Mike
Types of WebsitesHow many types of websites are there? The answer depends on who you ask. In this post I […] September 1, 2020 in Websites tagged websites / type / types / kind / kinds by Mike
WPF ToDo Version 2In this post I have taken the previous series of posts on the simple ToDo application and made […] May 20, 2020 in Dapper tagged crud / todo / error / type / try / catch / namespace / folder / WPF SQLite ToDo CRUD by Mike
C# Anonymous TypesOften you need to create simple boring classes for data representation, especially in database applications. You end up […] May 26, 2018 in C# tagged type / anonymous by Mike