Facebook
TwitterApache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
License information was derived automatically
https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F1842206%2F9ff49a3bb052e339eb85a66dca611f6c%2Fcharlie-kirk-turning-point2-91025-91025-a19b6183557949938f0dc01df2c33a28.jpg?generation=1757731111497297&alt=media" alt="">
Charles James Kirk (October 14, 1993 – September 10, 2025) was an American conservative political activist, author, and media personality. He co-founded the organization Turning Point USA (TPUSA) in 2012 and was its executive director. He was the chief executive officer of Turning Point Action (TPAction) and a member of the Council for National Policy (CNP). In his later years, he was one of the most prominent voices of the populist MAGA movement and exemplified the growth of Christian nationalism in the Republican Party.
From: https://en.wikipedia.org/wiki/Charlie_Kirk
https://www.youtube.com/watch?v=0xngCgJnO5E" alt="">
On September 10, 2025, while on stage at Utah Valley University in Orem, Utah, for a TPUSA event, "The American Comeback Tour", Kirk was fatally shot in the neck. The shooting took place at 12:23 p.m. MDT (18:23 UTC), around 20 minutes after the event began, in front of an audience of about 3,000 people.
From: https://en.wikipedia.org/wiki/Charlie_Kirk
I added a file to denote users who have posted tweets about the topic that have either characteristic(s) - Blue-certified accounts with at least 10K followers - Non-Blue-certified accounts with at least 50K followers
This is to help map back and include additional context on who these users that are being tagged or are creating the tweets
I signed up for a trial with https://twitterapi.io/ , check it out!
Credit : OLIVIER TOURON/ AFP via Getty
Facebook
TwitterAttribution-NonCommercial 4.0 (CC BY-NC 4.0)https://creativecommons.org/licenses/by-nc/4.0/
License information was derived automatically
This work was supported by UK Research and Innovation [EP/S024298/1].
Facebook
TwitterAttribution-ShareAlike 4.0 (CC BY-SA 4.0)https://creativecommons.org/licenses/by-sa/4.0/
License information was derived automatically
Dataset for event encoded analog EEG signals for detection of Epileptic seizures
This dataset contains events that are encoded from the analog signals recorded during pre-surgical evaluations of patients at the Sleep-Wake-Epilepsy-Center (SWEC) of the University Department of Neurology at the Inselspital Bern. The analog signals are sourced from the SWEC-ETHZ iEEG Database
This database contains event streams for 10 seizures recorded from 5 patients and generated by the DYnamic Neuromorphic Asynchronous Processor (DYNAP-SE2) to demonstrate a proof-of-concept of encoding seizures with network synchronization. The pipeline consists of two parts (I) an Analog Front End (AFE) and (II) an SNN termed as"Non-Local Non-Global" (NLNG) network.
In the first part of the pipeline, the digitally recorded signals from SWEC-ETHZ iEEG Database are converted to analog signals via an 18-bit Digital-to-Analog converter (DAC) and then amplified and encoded into events by an Asynchronous Delta Modulator (ADM). Then in the second part, the encoded event streams are fed into the SNN that extracts the features of the epileptic seizure by extracting the partial synchronous patterns intrinsic to the seizure dynamics.
Details about the neuromorphic processing pipeline and the encoding process are included in a manuscript under review. The preprint is available in bioRxiv
InstallationThe installation requires Python>=3.x and conda (or py-venv) package. Users can then install the requirements inside a conda environment using
conda env create -f requirements.txt -n sez
Once created the conda environment can be activated with conda activate sez
The main files in the database are described in the hierarchy below.
EventSezDataset/
├─ data/
│ ├─ P x S x
│ │ ├─ Pat x Sz x _CH x .csv
├─ LSVM_Params/
│ ├─ opt_svm_params/
│ ├─ pat_x_features_SYNCH/
├─ fig_gen.py
├─ sync_mat_gen.py
├─ SeizDetection_FR.py
├─ SeizDetection_SYNCH.py
├─ support.py
├─ run.sh
├─ requirements.txt
where x represents the Patient ID and the Seizure ID respectively.
requirements.txt: This file lists the requirements for the execution of the Python code.
fig_gen.py: This file plots the analog signals and the associated AFE and NLNG event streams. The execution of the code happens with `python fig_gen.py 1 1 13', where patient 2, seizure 1, and channel 13 of the recording are plotted.
sync_mat_gen.py: This file describes the function for plotting the synchronization matrices emerging from the ADM and the NLNG spikes with either linear or log colorbar. The execution of the code happens with python sync_mat_gen.py 1 1' orpython sync_mat_gen.py 1 1 log'. This execution generated four figures for pre-seizure, First Half of seizure, Second Half of seizure, and post-seizure time periods, where patient 1 and seizure 1. The third option can either be left blank or input as lin or log, for respective color bar scales. The time is the signal-time as mentioned in the table below.
run.sh: A simple Linux script to run the above code for all patients and seizures.
SeizDetection_FR.py: This file runs the LSVM on the ADM and NLNG spikes, using the firing rate (FR) as a feature. The code is currently set up with plotting with pre-computed features (in the LSVM_Params/opt_svm_params/ folder). Users can use the code for training the LSVM with different parameters as well.
SeizDetection_SYNCH.py: This file runs the LSVM on the kernelized ADM and NLNG spikes, using the flattened SYNC matrices as a feature. The code is currently set up with plotting with pre-computed features (in the LSVM_Params/pat_x_features_SYNCH/ folder). Users can use the code for training the LSVM with different parameters as well.
LSVM_Params: Folder containing LSVM features with different parameter combinations.
support.py: This file contains the necessary functions.
data/P1S1/: This folder, for example, contains the event streams for all channels for seizure 1 of patient 1.
Pat1_Sz_1_CH1.csv: This file contains the spikes of the AFE and the NLNG layers with the following tabular format (which can be extracted by the fig_gen.py)
SYS_time signal_time dac_value ADMspikes NLNGspikes
The time from the interface FPGA The time of the signal as per the SWEC ETHZ Database The value of the analog signals as recorded in the SWEC ETHZ Database The event-steam is the output of the AFE in boolean format. True represents a spike The spike-steam is the output of the SNN in boolean format. True represents a spike
Facebook
TwitterAttribution-NonCommercial 3.0 (CC BY-NC 3.0)https://creativecommons.org/licenses/by-nc/3.0/
License information was derived automatically
The NUIG_EyeGaze01(Labelled eye gaze dataset) is a rich and diverse gaze dataset, built using eye gaze data from experiments done under a wide range of operating conditions from three user platforms (desktop, laptop, tablet) . Gaze data is collected under one condition at a time.
The dataset includes gaze (fixation) data collected under 17 different head poses, 4 user distances, 6 platform poses and 3 display screen size and resolutions. Each gaze data file is labelled with the operating condition under which it was collected and has the name format: USERNUMBER_CONDITION_PLATFORM.CSV
CONDITION: RP- Roll plus in degree PP- Pitch plus in degree YP- Yaw plus in degree
RM- Roll minus in degree PM-Pitch minus in degree YM- Yaw minus in degree
50, 60, 70, 80: User distances
PLATFORM: desk- Desktop, lap- Laptop, tab- Tablet
Desktop display: 22 inch, 1680 x1050 pixels Laptop display: 14 inch, 1366x 768 pixels Tablet display: 10.1 inch 1920 x 800, pixels
Eye tracker accuracy: 0.5 degrees (for neutral head and tracker position)
The dataset has 3 folders called “Desktop”, “Laptop”, “Tablet” containing gaze data from respective platforms. The Desktop folder has 2 sub-folders: user_distance and head_pose. These have data for different user distances and head poses (neutral, roll, pitch, yaw )measured with desktop setup. The Tablet folder has 2 sub-folders: user_distance and tablet_pose,. These have data for different user distances and tablet+tracker poses (neutral, roll, pitch, yaw) measured with tablet setup . The Laptop folder has one sub-folder called user_distance which has data for different user distances, measured with laptop setup.
All data files are in CSV format. Each file contains the following data header fields:
("TIM REL","GTX", "GTY","XRAW", "YRAW","GT Xmm", "GT Ymm","Xmm", "Ymm","YAW GT", "YAW DATA","PITCH GT", "PITCH DATA","GAZE GT","GAZE ANG", "DIFF GZ", "AOI_IND","AOI_X","AOI_Y","MEAN_ERR","STD ERR")
The meanings of the header fields are as follows:
TIM REL: relative time stamp for each gaze data point (measured during data collection) "GTX", "GTY": Ground truth x, y positions in pixels "XRAW", "YRAW": Raw gaze data x, y coordinates in pixels "GT Xmm", "GT Ymm": Ground truth x, y positions in mm "Xmm", "Ymm": Gaze x, y positions in mm "YAW GT", "YAW DATA": Ground truth and estimated yaw angles "PITCH GT", "PITCH DATA": Ground truth and estimated pitch angles "GAZE GT","GAZE ANG": Ground truth and estimated gaze angles "DIFF GZ": Gaze angular accuracy "AOI_IND","AOI_X","AOI_Y": Index of the stimuli locations and their x, y coordinates "MEAN_ERR","STD ERR": Mean and standard deviation of error at the stimuli locations
For more details on the purpose of this dataset and data collection method, please consult the paper by authors of this dataset :
Anuradha Kar, Peter Corcoran: Performance Evaluation Strategies for Eye Gaze Estimation Systems with Quantitative Metrics and Visualizations. Sensors 18(9): 3151 (2018)
Facebook
TwitterAttribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Toxoplasmosis chorioretinitis is commonly diagnosed by an ophthalmologist through the evaluation of the fundus images of a patient. Early detection of these lesions may help to prevent blindness. In this article we present a data set of fundus images labeled into three categories: healthy eye, inactive and active chorioretinitis. The dataset was developed by three ophthalmologists with expertise in toxoplasmosis detection using fundus images. The dataset will be of great use to researchers working on ophthalmic image analysis using artificial intelligence techniques for the automatic detection of toxoplasmosis chorioretinitis.
The folder named "Data_Raw_6class_All" contains the original fundus images captured at 2 hospital centers: 1. Hospital de ClĂnicas Medical Center: The period of time consumed to collect the fundus images was from 2018 to 2020. The dataset consists of 291 fundus images with a size of 2124 x 2056 pixels in JPG format.
2.Niños de Acosta Ñú General Pediatric Hospital: Images were acquired in children under 18 years of age. The images were captured in the year 2021. The dataset consists of 121 fundus images with a size of 1536 x 1152 pixels in JPG format.
The images correspond to patients with suspected congenital toxoplasmosis infection. The fundus images are classified according to the following categories: Healthy and Diseased. Diseased in turn, can be classified into: i) Inactive only, ii) Active only and iii) Active/Inactive. The number of data in each class is shown in the following table:
https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F4418512%2F72f950749f1b1f0be296e476a6a9752c%2Ftable.PNG?generation=1695835869882569&alt=media" alt="">
The folder named "Data_Processed_Paper" contains the processed images divided into only Healthy and Diseased Classes so that a binary classification can be performed. The "Diseased" class is formed by combining the 5 sub-divisions under it. After going through literature and rigorous benchmarking experimentation, Alam et al. has established a preprocessing pipeline that yields the best classification results. The preprocessing includes denoising/smoothening, normalization, contrast enhancement, illumination equalization, color space transformation etc. Implementation details can be found in the paper. The following image represents the preprocessing pipeline.
https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F4418512%2F60cbb0f24a4df7a94a0ef64671ed365d%2Fpreprocess%20-%20Copy.PNG?generation=1695837214492045&alt=media" alt="">
Learn more at our GitHub repo!
If this dataset helped your research, please cite the following articles:
Cardozo, O., Ojeda, V., Parra, R., Mello-Román, J. C., Noguera, J. L. V., GarcĂa-Torres, M. et al. (2023). Dataset of fundus images for the diagnosis of ocular toxoplasmosis. Data in Brief, 48, 109056.
@article{cardozo2023dataset, title={Dataset of fundus images for the diagnosis of ocular toxoplasmosis}, author={Cardozo, Olivia and Ojeda, Verena and Parra, Rodrigo and Mello-Rom{\'a}n, Julio C{\'e}sar and Noguera, Jos{\'e} Luis V{\'a}zquez and Garc{\'\i}a-Torres, Miguel and Divina, Federico and Grillo, Sebastian A and Villalba, Cynthia and Facon, Jacques and others}, journal={Data in Brief}, volume={48}, pages={109056}, year={2023}, publisher={Elsevier} }
Alam, S. S., Shuvo, S. B., Ali, S. N., Ahmed, F., Chakma, A., & Jang, Y. M. (2023). Benchmarking Deep Learning Frameworks for Automated Diagnosis of Ocular Toxoplasmosis: A Comprehensive Approach to Classification and Segmentation. arXiv preprint arXiv:2305.10975.
@article{alam2023benchmarking, title={Benchmarking Deep Learning Frameworks for Automated Diagnosis of Ocular Toxoplasmosis: A Comprehensive Approach to Classification and Segmentation}, author={Alam, Syed Samiul and Shuvo, Samiul Based and Ali, Shams Nafisa and Ahmed, Fardeen and Chakma, Arbil and Jang, Yeong Min}, journal={arXiv preprint arXiv:2305.10975}, year={2023} }
Facebook
TwitterThe number of Twitter users in the United States was forecast to continuously increase between 2024 and 2028 by in total 4.3 million users (+5.32 percent). After the ninth consecutive increasing year, the Twitter user base is estimated to reach 85.08 million users and therefore a new peak in 2028. Notably, the number of Twitter users of was continuously increasing over the past years.User figures, shown here regarding the platform twitter, have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period.The shown data are an excerpt of Statista's Key Market Indicators (KMI). The KMI are a collection of primary and secondary indicators on the macro-economic, demographic and technological environment in up to 150 countries and regions worldwide. All indicators are sourced from international and national statistical offices, trade associations and the trade press and they are processed to generate comparable data sets (see supplementary notes under details for more information).Find more key insights for the number of Twitter users in countries like Canada and Mexico.
Facebook
TwitterThe number of LinkedIn users in the United Kingdom was forecast to continuously increase between 2024 and 2028 by in total 1.5 million users (+4.51 percent). After the eighth consecutive increasing year, the LinkedIn user base is estimated to reach 34.7 million users and therefore a new peak in 2028. User figures, shown here with regards to the platform LinkedIn, have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period and count multiple accounts by persons only once.The shown data are an excerpt of Statista's Key Market Indicators (KMI). The KMI are a collection of primary and secondary indicators on the macro-economic, demographic and technological environment in up to 150 countries and regions worldwide. All indicators are sourced from international and national statistical offices, trade associations and the trade press and they are processed to generate comparable data sets (see supplementary notes under details for more information).
Facebook
TwitterAttribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically
Title: Barro Colorado whole-island aerial photogrammetry products for 2018-2023Authors: Milton GarcĂa, Vicente Vásquez, and Helene C. Muller-LandauData citation and usePlease cite this dataset as follows:Garcia, M., V. Vásquez, and H. C. Muller-Landau (2023). Barro Colorado whole-island aerial photogrammetry products for 2018-2023. (Version 4). Smithsonian Tropical Research Institute. https://doi.org/10.25573/data.24757284This data is licensed as CC BY 4.0 and is thus freely available for reuse with proper citation. We ask that data users share any resulting publications, preprints, associated analysis code, and derived data products with us by emailing mullerh@si.edu. We are open to contributing our expert knowledge of the study site and datasets to projects that use these data; please direct queries regarding potential collaboration to Helene Muller-Landau, mullerh@si.edu.Note that this dataset is part of a collection of Panama UAV data on Smithsonian Figshare, which can be viewed at https://smithsonian.figshare.com/projects/Panama_Forest_Landscapes_UAV/115572Additional information about this research can be found at the Muller-Landau lab website at https://hmullerlandau.com/Data DescriptionThis dataset is part of a larger initiative monitoring forests in Panama using drones (unoccupied aerial vehicles), an initiative led by Dr. Helene Muller-Landau at the Smithsonian Tropical Research Institute. As part of this initiative, we have been collecting repeat imagery of all 1543 ha of Barro Colorado Island (BCI), Panama, since June 2015 (see Cushman et al. 2022a for data products for 2015, 2018, and 2020). The dataset published here encompasses a total of 8 flight missions between June 2018 and June 2023, including in June or July of every year, and additional missions in February and March 2023. The June-July missions were timed to capture the flowering of the canopy emergent tree species Dipteryx oleifera; the February and March missions were timed to capture flowering of the canopy tree Jacaranda copaia. Dipteryx flowers are purplish pink, and Jacaranda flowers are bluish purple.Flights were conducted using an eBee senseFly drone and a S.O.D.A camera having a resolution of 20 megapixels, at a fixed elevation of 601 meters above sea level, and thus 430-575 m above ground, and ~390-575 m above the top of the canopy (ground elevation ranges from 26 to 171 m, and canopy height ranges from 0 to 55 m). Flights were conducted with lateral overlap of 77% and along-path overlap of 77%, which translated to 170 m between flight lines and 113 m between photos along a flight path.The drone imagery was processed independently for each date using Agisoft Metashape Pro 2.0 Python API (Agisoft LLC), employing a standardized workflow (Vasquez 2023). Key parameters for this processing included highest setting for photo alignment, medium setting for point cloud construction, and aggressive point filtering; for additional details, see Vasquez (2023).The dataset comprises the following for each flight mission:• Orthomosaic: an orthorectified image with three bands and an empty alpha band in .tif format.• DSM: a digital surface model with a single band in .tif format.• Pointcloud: in ply file extension and with coordinates reference system UTM 17 N system (EPSG:32617).• Processing report: containing all processing parameters utilized in Agisoft Metashape Pro 2.0.Note that these data products have NOT been aligned across missions and contain substantial errors of alignment. Cushman et al. (2022b) employed tiling and iterative closest point algorithms to align the point clouds for 2015, 2018, and 2020 to 2009 airborne lidar data, create associated digital surface models, and then differentiate these to quantify canopy disturbance patterns. Her original R code is available at Cushman et al. (2022a); it is based on a number of packages that have since been retired. An updated version of this code is available on GitHub at https://github.com/PanamaForestGEO/DroneCodeBCIwide/tree/main/scripts.Metadata:Detailed metadata on the products and the raw images is provided in the comma separated values (.csv) files. The data products have not been altered and maintain all the metadata as they were exported from Agisoft Metashape 2.0.Orthomosaics• N-S extension: 40806 px - 46806 px• E-W extension: 45679 px - 48506 px• Bands: 4• Data type: Unsigned integer 8 bit• Cell size x: 0.138498 m - 0.143903 m• Cell size y: 0.138498 m - 0.143903 m• Format: GeoTIFF• Coordinate reference system: UTM 17 N, EPSG:32617• No data value: None• Bottom left corner x coordinate: 623278.3334646526 - 623664.4922428882• Bottom left corner y coordinate: 1015131.5292435415 - 1015660.597072851DSM’s• N-S extension: 10202 px - 11702 px• E-W extension: 11420 px - 13548 px• Bands: 1• Data type: Float 32 bit• Cell size x: 0.553992 m - 0.6 m• Cell size y: 0.553992 m - 0.6 m• Format: GeoTIFF• Coordinate reference system: UTM 17 N, EPSG:32617• No data value: -32767• Bottom left corner x coordinate: 622774.186991835 - 623664.492242888• Bottom left corner y coordinate: 1015131.57561176 - 1015754.64117185Point clouds• Number of points: 116325422 points - 130890311 points• Colors: RGB normalized 0-1.• Coordinate reference system: UTM 17 N, EPSG:32617.• Format: Polygon File Format (Stanford Triangle Format).NotesThe BCI_whole_2018_08_25_EBEE_dipteryx mission encompassed three different dates: 2018_06_14, 2018_06_21, and 2018_08_25. Distinct flight lines were conducted on each date, and the products published here are a composite of images from these flights.The BCI_whole_2019_06_27_EBEE_dipteryx mission features raw images taken on 2019_06_19, 2019_06_22, and 2019_06_24. However, according to the pilot's notes, the flight itself occurred in 2019_06_27, hence the naming convention for the flight.The BCI_whole_2023_03_18_EBEE_jacaranda mission's raw image dates spanned 2023_03_16, 2023_03_18, and 2023_03_18. In line with standard practice, we name the data product after the last date of data collection.File naming schemeWe provide a .zip file for each mission with the following naming convention: Macrosite_site_year_month_day_drone_missiontype. Each orthomosaic follow the naming convention Macrosite_site_year_month_day_orthomosaic_missiontype. Each point cloud follow the convention Macrosite_site_year_month_day_cloud_missiontype. Each DSM follow the convention Macrosite_site_year_month_day_dsm_missiontype.Author contributionsMG led the drone imagery collection. VV processed the drone imagery. HCM conceived the study, wrote the grant proposals to obtain funding, and supervised the research. VV and HCM wrote the data description.AcknowledgmentsMilton Solano assisted with drone data management. Pablo Ramos, Paulino Villareal, and others assisted with drone data collection. Funding and/or in-kind support was provided by the Smithsonian Institution Scholarly Studies grant program (HCM), the Smithsonian Institution Equipment fund (HCM), Smithsonian ForestGEO, and the Smithsonian Tropical Research Institute.ReferencesAgisoft LLC. (n.d.). Metashape Python Reference Version (release 2.0.4). agisoft.com. Agisoft LLC. https://www.agisoft.com/pdf/metashape_python_api_2_0_4.pdf.Cushman, K. C., H. C. Muller-Landau, M. Detto, and M. Garcia. 2022a. Datasets for “Soils and topography control natural disturbance rates and thereby forest structure in a lowland tropical landscape". Smithsonian Tropical Research Institute. Smithsonian Figshare. https://doi.org/10.25573/data.17102600.v1.Cushman, K. C., M. Detto, M. GarcĂa, and H. C. Muller-Landau. 2022b. Soils and topography control natural disturbance rates and thereby forest structure in a lowland tropical landscape. Ecology Letters, 25: 1126-1138. https://doi.org/https://doi.org/10.1111/ele.13978Vasquez, V. (2023). P-polycephalum/ForestLandscapes: v0.0.1-beta (v0.0.1-beta). Zenodo. https://doi.org/10.5281/zenodo.10328609
Facebook
TwitterThe number of Instagram users in the United Kingdom was forecast to continuously increase between 2024 and 2028 by in total 2.1 million users (+7.02 percent). After the ninth consecutive increasing year, the Instagram user base is estimated to reach 32 million users and therefore a new peak in 2028. Notably, the number of Instagram users of was continuously increasing over the past years.User figures, shown here with regards to the platform instagram, have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period and count multiple accounts by persons only once.The shown data are an excerpt of Statista's Key Market Indicators (KMI). The KMI are a collection of primary and secondary indicators on the macro-economic, demographic and technological environment in up to 150 countries and regions worldwide. All indicators are sourced from international and national statistical offices, trade associations and the trade press and they are processed to generate comparable data sets (see supplementary notes under details for more information).
Facebook
TwitterThe number of Pinterest users in the United Kingdom was forecast to continuously increase between 2024 and 2028 by in total 0.3 million users (+3.14 percent). After the ninth consecutive increasing year, the Pinterest user base is estimated to reach 9.88 million users and therefore a new peak in 2028. Notably, the number of Pinterest users of was continuously increasing over the past years.User figures, shown here regarding the platform pinterest, have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period and count multiple accounts by persons only once.The shown data are an excerpt of Statista's Key Market Indicators (KMI). The KMI are a collection of primary and secondary indicators on the macro-economic, demographic and technological environment in up to 150 countries and regions worldwide. All indicators are sourced from international and national statistical offices, trade associations and the trade press and they are processed to generate comparable data sets (see supplementary notes under details for more information).
Facebook
TwitterThe number of Reddit users in the United States was forecast to continuously increase between 2024 and 2028 by in total 10.3 million users (+5.21 percent). After the ninth consecutive increasing year, the Reddit user base is estimated to reach 208.12 million users and therefore a new peak in 2028. Notably, the number of Reddit users of was continuously increasing over the past years.User figures, shown here with regards to the platform reddit, have been estimated by taking into account company filings or press material, secondary research, app downloads and traffic data. They refer to the average monthly active users over the period and count multiple accounts by persons only once. Reddit users encompass both users that are logged in and those that are not.The shown data are an excerpt of Statista's Key Market Indicators (KMI). The KMI are a collection of primary and secondary indicators on the macro-economic, demographic and technological environment in up to 150 countries and regions worldwide. All indicators are sourced from international and national statistical offices, trade associations and the trade press and they are processed to generate comparable data sets (see supplementary notes under details for more information).Find more key insights for the number of Reddit users in countries like Mexico and Canada.
Not seeing a result you expected?
Learn how you can add new datasets to our index.
Facebook
TwitterApache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
License information was derived automatically
https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F1842206%2F9ff49a3bb052e339eb85a66dca611f6c%2Fcharlie-kirk-turning-point2-91025-91025-a19b6183557949938f0dc01df2c33a28.jpg?generation=1757731111497297&alt=media" alt="">
Charles James Kirk (October 14, 1993 – September 10, 2025) was an American conservative political activist, author, and media personality. He co-founded the organization Turning Point USA (TPUSA) in 2012 and was its executive director. He was the chief executive officer of Turning Point Action (TPAction) and a member of the Council for National Policy (CNP). In his later years, he was one of the most prominent voices of the populist MAGA movement and exemplified the growth of Christian nationalism in the Republican Party.
From: https://en.wikipedia.org/wiki/Charlie_Kirk
https://www.youtube.com/watch?v=0xngCgJnO5E" alt="">
On September 10, 2025, while on stage at Utah Valley University in Orem, Utah, for a TPUSA event, "The American Comeback Tour", Kirk was fatally shot in the neck. The shooting took place at 12:23 p.m. MDT (18:23 UTC), around 20 minutes after the event began, in front of an audience of about 3,000 people.
From: https://en.wikipedia.org/wiki/Charlie_Kirk
I added a file to denote users who have posted tweets about the topic that have either characteristic(s) - Blue-certified accounts with at least 10K followers - Non-Blue-certified accounts with at least 50K followers
This is to help map back and include additional context on who these users that are being tagged or are creating the tweets
I signed up for a trial with https://twitterapi.io/ , check it out!
Credit : OLIVIER TOURON/ AFP via Getty