Skip to content

Instantly share code, notes, and snippets.

View kratika2210's full-sized avatar
🐳

Kratika G kratika2210

🐳
View GitHub Profile
@kratika2210
kratika2210 / sme_questions.py
Last active July 11, 2023 23:37
Add sme levels to questions
import pandas as pd
import numpy as np
import csv
import re
smeLevelDict = {
'Data Ingestion': ['Experience Platform', 'Data Ingestion and Management', 'Data Ingestion'],
'General': ['Experience Platform', 'Overview', 'General'],
'CJA': ['Experience Cloud', 'Data Insights And Audiences', 'CJA'],
'Schema': ['Experience Platform', 'Data Modeling', 'Schemas'],
#!/usr/bin/env bash
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0