<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Tracy Michael </title>
    <description>The latest articles on Forem by Tracy Michael  (@ichigokitty).</description>
    <link>https://forem.com/ichigokitty</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3241943%2Fbd273de5-b303-44bf-bf49-b7dbef4e5d17.jpg</url>
      <title>Forem: Tracy Michael </title>
      <link>https://forem.com/ichigokitty</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/ichigokitty"/>
    <language>en</language>
    <item>
      <title>The Beginners Guide to understanding Data Analysis</title>
      <dc:creator>Tracy Michael </dc:creator>
      <pubDate>Mon, 23 Jun 2025 00:22:44 +0000</pubDate>
      <link>https://forem.com/ichigokitty/the-beginners-guide-to-understanding-data-analysis-1n0c</link>
      <guid>https://forem.com/ichigokitty/the-beginners-guide-to-understanding-data-analysis-1n0c</guid>
      <description>&lt;h2&gt;
  
  
  So, what exactly is Data Analysis?
&lt;/h2&gt;

&lt;p&gt;Data analysis is the science and systematic process of extracting trends and patterns from a dataset. it involves the cleaning, analyzing, confirmation of hypothesis, interpretation of results and drawing of relevant information from raw data. It is basically our day-to-day data collection of any form of data with a touch of technical analysis to bring out better insights.”&lt;/p&gt;

&lt;p&gt;Data analysis is a very crucial tool that allows individuals and organizations make informed decisions from a dataset, by predicting trends and patterns, which then improves the efficiency of an organization.  It is the backbone of strategic planning in businesses, governments, and other organizations. &lt;/p&gt;

&lt;p&gt;Data analysists are in high demand due to the rise of “Big Data”, the storage of large quantities of these data in data warehouses and a database has increased the need to apply data analysis techniques to generate insights about volumes of data too large to be manipulated by tools and software of low information-processing capacity.&lt;/p&gt;

&lt;p&gt;One simple example of Data analysis is seen when we take any decision in our day-to-day life is by thinking about what happened last time or what will happen by choosing that particular decision. This is nothing but analyzing our past or future and making decisions based on it. For that, we gather memories of our past or dreams of our future. So that is nothing but data analysis. Now same thing analyst does for business purposes, is called Data Analysis.&lt;/p&gt;

&lt;p&gt;&lt;u&gt;The Different Types of Data analysis.&lt;/u&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;u&gt;Descriptive Analysis (what happened):&lt;/u&gt; This type of analysis describes raw data and make it interpretable; it shows you what has already happened. It's all about summarizing raw data into something easy to understand.  This type of analysis is used to identify patterns and trends over time.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;u&gt;Diagnostic Analysis (why did it happen): &lt;/u&gt;This type of analysis goes Depper to determine why something happened. If a new problem arrives in your business process, you can use this Analysis to find similar patterns of that problem. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;u&gt;Predictive Analysis (what will happen):&lt;/u&gt; This analysis looks at trends from the past to help you guess what might come next.  This type of analysis is often used in risk assessment, marketing, and sales forecasting.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;u&gt;Prescriptive Analysis (what should be done):&lt;/u&gt; Prescriptive Analysis combines the insight from all previous Analysis to determine which action to take in a current problem or decision.  It not only predicts future outcomes but also suggests actions to benefit from these predictions. It uses sophisticated tools and technologies like machine learning and artificial intelligence to recommend decisions.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Different Tools used in Data Analysis.
&lt;/h3&gt;

&lt;p&gt;There are a lot of tools used by a data analyst to process, visualize and interpret data to draw insights, and aid in proper decision making. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Microsoft Excel&lt;/li&gt;
&lt;li&gt;Google Sheets&lt;/li&gt;
&lt;li&gt;python&lt;/li&gt;
&lt;li&gt;R&lt;/li&gt;
&lt;li&gt;power Bi&lt;/li&gt;
&lt;li&gt;Tablue&lt;/li&gt;
&lt;li&gt;fusion chart&lt;/li&gt;
&lt;li&gt;looker Bi&lt;/li&gt;
&lt;li&gt;plotly&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Different file formats in data analysis
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;CSV (.csv)&lt;/strong&gt; – &lt;em&gt;Comma-Separated Values&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Most common format for storing plain text tabular data.&lt;/li&gt;
&lt;li&gt;Easy to open in Excel, Python (&lt;code&gt;pandas&lt;/code&gt;), R, etc.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Excel (.xls / .xlsx)&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Used for spreadsheets with formulas, charts, and multiple sheets.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;XML (.xml)&lt;/strong&gt; – &lt;em&gt;eXtensible Markup Language&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Hierarchical format used for data interchange (e.g., web, databases).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;SQL (.sql)&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Contains queries to create or extract data from relational databases.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;TXT (.txt)&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Plain text files. Often used for raw data, logs, or unstructured text.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  What then is the role of a Data Analyst
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;He is meant to clean, collect, analyze and interpret data&lt;/li&gt;
&lt;li&gt;visualize the data using charts&lt;/li&gt;
&lt;li&gt;Being able to communicate your findings&lt;/li&gt;
&lt;li&gt;Make informed decisions&lt;/li&gt;
&lt;li&gt;Gain insights and analyze trends&lt;/li&gt;
&lt;li&gt;Being able to adapt to the growing market and the changes in the needs of a customer.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  The common Mistakes made by a Beginner
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Quickness to make money&lt;/li&gt;
&lt;li&gt;wanting to learn everything (pick what you want to focus on)&lt;/li&gt;
&lt;li&gt;Work more on projects (continuous learning)&lt;/li&gt;
&lt;li&gt;Leverage the LinkedIn community (Connect yourself and showcase your growth)&lt;/li&gt;
&lt;li&gt;Never stop practicing&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  How do u get started as a Data Analyst.
&lt;/h3&gt;

&lt;p&gt;Getting started as a data analyst doesn’t require a degree, but it does require a focused skillset, consistent practice, and real-world project experience. &lt;br&gt;
&lt;strong&gt;These steps will help you get started&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Know and understand the basics&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt; You should have an idea of who and what a data analyst does, it is also important that you understand some core basics which includes familiarizing yourself with statistical concepts (mean, median, mode, standard deviation, correlation, etc.), data types, and data structures, the different analysis types and data analysis process. the &lt;a href="https://lms.simplilearn.com/courses/3794/Introduction-to-Data-Analytics/syllabus" rel="noopener noreferrer"&gt;Introduction-to-Data-Analytics simplelearn&lt;/a&gt; is a good start.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Learn core skills&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Data analysis requires proficiency in at least one Tool and programming language. Excel or Google sheets is a good start; You should learn the different functions, how to use pivot tables and conditional formatting to manipulate and clean a data set. How to use python, SQL or R to analyze data, how to use simple data visualization tools like Power BI and Tableau to create interactive dashboards. And how to interpret results and make data driven decisions from you analyzed data.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Enhance Your skills with courses&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Ther are a lot of free certified courses you can take to further enhance yourself, some of which are self-paced. Some of these free courses are:  &lt;/p&gt;

&lt;p&gt;Google Data Analytics Certificate (Coursera)&lt;/p&gt;

&lt;p&gt;Kaggle Learn&lt;/p&gt;

&lt;p&gt;YouTube channels like Alex the Analyst or Data School&lt;/p&gt;

&lt;p&gt;Then there a paid class that can serve as an upgrade for you on; Coursera, Udemy, edx, career principles and so on&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Practice, practice and continue to practice&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The key to mastering data analysis is practice. &lt;a href="http://kaggle.com/" rel="noopener noreferrer"&gt;Kaggle.com&lt;/a&gt; and World Bank provide hands-on experience with real-world data, helping you consolidate your learning and apply your skills. trying small projects like: Analyzing Netflix ratings, Visualizing COVID-19 data and Cleaning messy sales data in Excel can help strengthen your skill.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Create a portfolio&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A portfolio will help you showcase your work and what you can do, you can start with 3-5 solid projects that show your different skills. create your portfolio using notion or google docs and post your progress on your LinkedIn account, and Leverage LinkedIn to connect and follow professionals, as well as join communities. Remember that “all achievement is a big achievement&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Final Takeaway
&lt;/h3&gt;

&lt;p&gt;Data analysis is more about discovering meaningful insights in data. From cleaning raw data to interpreting results, each step is crucial for informed decision-making. As big data continues to grow, skilled analysts have become increasingly valuable. Mastering the essential tools and techniques opens career opportunities across all industries.  Moreover, data analysis is not just about numbers and statistics. It's about asking the right questions, being curious about patterns and trends, and having the courage to make data-driven decisions. It's about telling a story with data, a story that can influence strategies, change perspectives, and drive innovation.&lt;br&gt;
Remember to start small, maintain consistency, and let the data illuminate your path.” every achievement is a big achievement”. &lt;/p&gt;

&lt;h3&gt;
  
  
  What Do You Think?
&lt;/h3&gt;

&lt;p&gt;I'd love to hear your thoughts!&lt;/p&gt;

&lt;p&gt;Are you just starting out in data analysis?&lt;/p&gt;

&lt;p&gt;What tools or concepts did you find the most challenging or exciting?&lt;/p&gt;

&lt;p&gt;Any resources or tips you’d recommend to beginners?&lt;/p&gt;

&lt;p&gt;Drop your experiences, questions, or suggestions in the comments below—let’s learn together!&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>beginners</category>
      <category>tutorial</category>
      <category>career</category>
    </item>
    <item>
      <title>How do you use Trello to manage projects</title>
      <dc:creator>Tracy Michael </dc:creator>
      <pubDate>Fri, 20 Jun 2025 07:54:58 +0000</pubDate>
      <link>https://forem.com/ichigokitty/how-do-you-use-trello-to-manage-projects-43jm</link>
      <guid>https://forem.com/ichigokitty/how-do-you-use-trello-to-manage-projects-43jm</guid>
      <description>&lt;h1&gt;
  
  
  WHAT IS TRELLO
&lt;/h1&gt;

&lt;p&gt;Trello is a useful project management tool that allows users to streamline their projects, it does so with a user-friendly interface that makes task organization simple and intuitive.it is a visual work management tool that empowers teams to ideate, plan, manage, and celebrate their work together in a collaborative, productive, and organized way.&lt;br&gt;
Trello uses boards to represent individual projects. Within these boards you can create lists that signify different stages, giving you a clear path for progression. Every task or idea is then represented as a card, allowing you to easily see what components make up your project.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;There are four key components that make up Trello's interface:&lt;/strong&gt;&lt;br&gt;
-List: keeps cards, or specific tasks or pieces of information, organized in their various stages of progress. Lists can be used to create a workflow where cards are moved across each step in the process from start to finish, or simply act as a place to keep track of ideas and information. &lt;/p&gt;

&lt;p&gt;-Board: it represents a place to keep track of information — often for large projects, teams, or workflows. the Trello board is the place to organize tasks, all the little details, and most importantly—collaborate with your colleagues.&lt;/p&gt;

&lt;p&gt;-Card this is the smallest but most detailed unit of a board. a Card can be customized to hold a wide variety of useful information by clicking on them. you can Drag and drop cards across a list to show progress. There’s no limit to the number of cards you can add to a board.&lt;/p&gt;

&lt;p&gt;-Board menu: this is on the right side of your Trello board this is where the mission control center for your board is located. The menu is where you manage members board permissions, control settings, search cards, enable Power-Ups, and create automations. You can also see all of the activity that has taken place on a board in the menu’s activity feed. &lt;/p&gt;

&lt;p&gt;&lt;u&gt;Other terminologies include:&lt;/u&gt;&lt;br&gt;
-Labels: these are the Color tags to categorize cards (e.g.; the priority, type, team).&lt;br&gt;
-Checklist: this a to-do list inside a card. &lt;br&gt;
-Members: people assigned to a card or a board.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;u&gt;HOW TO GET STARTED ON TRELLO AS A BEGINNER&lt;/u&gt;&lt;/strong&gt;&lt;br&gt;
STEP 1. Go to Trello on your web browser&lt;br&gt;
STEP 2. sign up with your email, Google or Apple account&lt;br&gt;
STEP 3. Once Logged in you will be taken to the Trello homepage &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;TO CREATE YOUR OWN BOARD&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Click on “Create” on the main menu, this will bring down a drop box &lt;/li&gt;
&lt;li&gt;then click on “Create board”.&lt;/li&gt;
&lt;li&gt;Name your board (e.g., “My Daily Tasks”).&lt;/li&gt;
&lt;li&gt;you can Choose a background color or image (optional).&lt;/li&gt;
&lt;li&gt;then Click “Create” to get started&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;TO ADD LIS TO A BOARD&lt;/strong&gt;&lt;br&gt;
These are like columns in your board.&lt;br&gt;
 Click on “Add a list”, type the name, and hit enter. Most people use: To do, in progress or Done &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;TO ADD CARD TO A LIST&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt; Each card represents a task or item.
Under “To Do”, click “Add a card”.&lt;/li&gt;
&lt;li&gt; Type a task (e.g., “Read chapter 3) and click add &lt;/li&gt;
&lt;li&gt; Then you can repeat that for each task &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;CUSTOMIZING YOUR CARD&lt;/strong&gt;&lt;br&gt;
You can also customize your cards however you want.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;When you Click on a card to open it. You’ll see options like:&lt;br&gt;
-Description: Write notes or details.&lt;br&gt;
-Checklist: Add sub-tasks.&lt;br&gt;
-Due Date: Set deadlines.&lt;br&gt;
-Labels: Color-code for priority or categories.&lt;br&gt;
-Attachments: Upload files or links.&lt;br&gt;
-Comments: Leave updates or notes.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;you can now move your cards as you progress.&lt;br&gt;
Drag cards from To Do → In Progress → Done as you work on them.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;&lt;u&gt;#HOW THEN DO WE USE TRELLO TO MANAGE PRODUCTS&lt;br&gt;
STEP ONE; CREATE YOUR BOARD#&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Create a board for your project &lt;br&gt;
When you click create on the top left, you click on “create workspace view “&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You can name your project (e.g., Website Redesign, Thesis Writing, Event Planning).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Optionally, choose a team or workspace view if it’s a group project. which means any members of that Workspace can view, join, and edit cards, this is a default setting but if you change your settings to Private view, only members of that specific board can see it. Public boards allow anyone with the link to the board to see it. Public boards are ranked on search engines such as Google, meaning that any information on this specific board will be accessible to anyone on the internet.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;STEP TWO: CUSTOMIZE YOUR BOARD&lt;/strong&gt;&lt;br&gt;
You can customize board to differentiate and reflect your team’s unique personality You can pick one of our basic colors, upload your own personal image*, You can always change a board background at any time from the board’s menu.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;STEP THREE: START COLLABORATION&lt;/strong&gt;&lt;br&gt;
Invite members to the board so that they can be assigned to tasks and collaborate on the board.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;From the top of the board, click “Invite” or “share” and select a member of your team to add to your board, or invite members by their email address or name.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You can get an easy-to-share invite link to your board at the bottom of the share menu. Drop the special link through email it to external stakeholders to start collaborating.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You can set membership permission; Set member permissions to define roles transparently. Member permissions give you control to give the right access to the right person.&lt;br&gt;
There is the Normal member, the Observer and the Admin.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;STEP FOUR: BUILDING A WORKFLOW&lt;/strong&gt;&lt;br&gt;
The lists in Trello as said in earlier texts, help you organize your cards by status. This helps in establishing a workflow for how the team would work. Each List represents a stage in your project workflow. You can fully customize these based on your needs.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Click "Add a list" to add your first list to your board and title it to represent the stage or information that it will hold.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You can add as many lists as possible you need to build a good workflow.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;STEP FIVE: CREATING TASK AND CARDS&lt;/strong&gt;&lt;br&gt;
The cards are used to represent tasks and ideas. Cards can be customized to hold a wide variety of useful information by clicking on them. Drag and drop cards across lists to show progress of the team. There’s no limit to the number of cards you can add to a board.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Click on “add card” directly on your list to add a card to the table. Keep it short to make it easy to scan and to see each status of the card on the board.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You can also Assign Cards to Team Members;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click on a card.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Use the “Members” button to assign tasks to people.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Each member will get notified and can comment or update the card.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You can then Add Due Dates and Deadlines to your card.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Open the card&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click “Due Date”&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You can also choose the deadline&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;You can also enable Calendar view with a Power-Up (very helpful for timeline management).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Labels are also very useful in your organization it helps you categorize tasks at a glance. You can customize colors and names.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Add Attachments from both your computer and many cloud storage services like Dropbox, Google Drive, Box, and OneDrive.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Cover: Make your board extra organized and visual. By adding covers and colors to your cards you gain visual context and have the ability to provide additional callouts and details.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Comments can be added to cards when communicating and collaborating with team members, like giving feedback or updates. &lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;From this we can see how easy it is to use Trello to organize our projects, including those for school, work or an organization and stay up to date while keeping everything in one place. With its many features and functions, making project management and everyday task a breeze&lt;/p&gt;

&lt;p&gt;I am open to criticism and feedback as this is my first project and publish. please feel free to reach out. thank you.  &lt;/p&gt;

</description>
      <category>projectmangement</category>
      <category>beginners</category>
      <category>userguide</category>
    </item>
  </channel>
</rss>
