Public
Edited
Feb 4, 2022
Fork of Word Cloud
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
color = d3.scaleOrdinal()
.domain(new Set(data.map(d => d.key.length)))
.range(colorsneuefische)
.unknown('black')
Insert cell
colorsneuefische=["#193251","#5E5E5E","#33658A","#FF5A36","#069E2D","#FE9920","#FFBA08","#C95D63"]
Insert cell
countscale = d3.scaleLinear()
.domain(d3.extent(data.map(d => d.value)))
.range([15, 80])
Insert cell
Insert cell
Insert cell
dsda= `cloud consultant (data analytics)
data analytics coach
lead consultant data analytics
master student
GeoSpacial data manager
data scientist
data scientist
technical integration manager
senior researcher
referentin
data scientist
data analyst
junior data scientist
director investment
data analyst
data analyst
data analytics coach
digital business analyst
data analyst
system architect
data scientist
founder
data scientist
business intelligence
python developer
digitalisation
data scientist
data science coach
data science coach
data scientist
data science consultant
consumer insight specialist
dev ops
data scientist
data scientist
data product owner
data scientist
clinical data scientist
Calculation Engineer
Project Manager & Design
Bioinformatics Scientist
Data Analyst
Product Owner
Data Scientist
Data Scientist
Climate Researcher
data science coach
Business Analyst
Data Analyst
HR Data Analyst
Junior Business Analytics Manager
Business Intelligence Consultant
CRM Engineer and Solutions Architect
Process & Risk Management
Senior Specialist Analytics
UX Researcher
Data Analytics Coach
Full Stack Developer
Junior Data Development Consultant
Junior Data Analyst
Revenue Operations Analyst
Junior Consultant`.toLocaleLowerCase().split(/\n/)
Insert cell
data = Array.from(d3.rollup(dsda, v => v.length, d => d), ([key, value]) => ({key, value}))
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more