Most Popular Programming Languages Worldwide
programming languages used by a common man in worldwide
@kaggle.deepakdhanoliya12_most_common_programming_languages_us_806230f5
programming languages used by a common man in worldwide
@kaggle.deepakdhanoliya12_most_common_programming_languages_us_806230f5
The data contain the responder id and the language suggested by the responder which he used most of time. We can easily identify which language are used most. After getting the top 5 languages, we can go through them because they are in demand and widely used and have a great scope.
CREATE TABLE data (
"responder_id" BIGINT,
"languagesworkedwith" VARCHAR
);Anyone who has the link will be able to view this.