Baselight

World Important Events - Ancient To Modern

A Chronological Journey Through History's Most Pivotal Moments Worldwide

@kaggle.saketk511_world_important_events_ancient_to_modern

Loading...
Loading...

About this Dataset

World Important Events - Ancient To Modern

This dataset, "World Important Events - Ancient to Modern," spans significant historical milestones from ancient times to the modern era, covering diverse global incidents. It provides a comprehensive timeline of events that have shaped the world, offering insights into wars, cultural shifts, technological advancements, and social movements.

Column Descriptions:

Sl. No: Serial number.
Name of Incident: Title of the event.
Date, Month, Year: When the event occurred.
Country: Where it happened.
Type of Event: Nature of the event (e.g., War, Revolution).
Place Name: Specific location of the event.
Impact: Brief description of the event's impact.
Affected Population: Who was impacted.
Important Person/Group Responsible: Key figures or groups involved.
Outcome: Result of the event (Positive, Negative, Mixed).

Leverage this dataset for data analytics, cleaning, and visualization to uncover insights. Ideal for historical analysis and educational exploration, it offers a rich foundation for research, storytelling, and understanding global events' impact.

Image attribute : Image By freepik

Tables

World Important Dates

@kaggle.saketk511_world_important_events_ancient_to_modern.world_important_dates
  • 123.64 KB
  • 1096 rows
  • 12 columns
Loading...

CREATE TABLE world_important_dates (
  "sl_no" BIGINT,
  "name_of_incident" VARCHAR,
  "date" VARCHAR,
  "month" VARCHAR,
  "year" VARCHAR,
  "country" VARCHAR,
  "type_of_event" VARCHAR,
  "place_name" VARCHAR,
  "impact" VARCHAR,
  "affected_population" VARCHAR,
  "important_person_group_responsible" VARCHAR,
  "outcome" VARCHAR
);

Share link

Anyone who has the link will be able to view this.