Upload 51 files
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +12 -0
- files/01_entrada_bruta/01_videos_youtube_brutos.csv +3 -0
- files/01_entrada_bruta/02_comentarios_youtube_brutos.csv +3 -0
- files/02_filtragem_tematica/01_videos_filtrados_tematica.csv +3 -0
- files/02_filtragem_tematica/02_comentarios_filtrados_tematica.csv +3 -0
- files/02_filtragem_tematica/03_relatorio_filtragem_tematica.txt +26 -0
- files/02_filtragem_tematica/etapa_01_filtrar_tematica.py +115 -0
- files/03_idioma/01_modelo_fasttext_lid176.bin +3 -0
- files/03_idioma/02_comentarios_comparacao_idioma.csv +3 -0
- files/03_idioma/03_relatorio_comparacao_idioma.txt +70 -0
- files/03_idioma/04_relatorio_sensibilidade_limiar.txt +30 -0
- files/03_idioma/05_grafico_sensibilidade_limiar.png +3 -0
- files/03_idioma/06_videos_corpus_ingles.csv +3 -0
- files/03_idioma/07_comentarios_corpus_ingles.csv +3 -0
- files/03_idioma/08_comentarios_corpus_ingles_periodo.csv +3 -0
- files/03_idioma/09_relatorio_filtragem_idioma.txt +18 -0
- files/03_idioma/etapa_02_detectar_idioma.py +196 -0
- files/03_idioma/etapa_03_analisar_limiar.py +148 -0
- files/03_idioma/etapa_04_filtrar_corpus_ingles.py +99 -0
- files/04_topicos/00_comentarios_com_topicos_legado.csv +3 -0
- files/04_topicos/00_descricoes_topicos_legado.csv +118 -0
- files/04_topicos/01_comentarios_base_topicos.csv +3 -0
- files/04_topicos/02_comentarios_com_topicos.csv +3 -0
- files/04_topicos/03_descricoes_topicos.csv +118 -0
- files/04_topicos/04_relatorio_cobertura_topicos.txt +14 -0
- files/04_topicos/05_resultados_topicos/01_relatorio_analise_topicos.txt +226 -0
- files/04_topicos/05_resultados_topicos/02_figura_evolucao_temporal_topicos.png +3 -0
- files/04_topicos/05_resultados_topicos/03_figura_evolucao_temporal_topicos.pdf +3 -0
- files/04_topicos/05_resultados_topicos/04_figura_heatmap_plataformas_topicos.png +3 -0
- files/04_topicos/05_resultados_topicos/05_figura_evolucao_macrotemas.png +3 -0
- files/04_topicos/05_resultados_topicos/06_figura_evolucao_macrotemas.pdf +0 -0
- files/04_topicos/etapa_05_preparar_base_topicos.py +43 -0
- files/04_topicos/etapa_06_alinhar_topicos_legado.py +114 -0
- files/04_topicos/etapa_07_analisar_topicos.py +170 -0
- files/04_topicos/etapa_08_analisar_macrotemas.py +75 -0
- files/05_caracterizacao_corpus/01_figura_metricas_corpus.pdf +0 -0
- files/05_caracterizacao_corpus/02_figura_heatmap_top30_plataformas.pdf +0 -0
- files/05_caracterizacao_corpus/03_relatorio_caracterizacao_corpus.txt +43 -0
- files/05_caracterizacao_corpus/etapa_09_caracterizar_corpus.py +180 -0
- files/__pycache__/pipeline_00_config.cpython-312.pyc +0 -0
- files/__pycache__/pipeline_00_config.cpython-312.pyc.1314830520304 +0 -0
- files/__pycache__/pipeline_00_config.cpython-312.pyc.1398978480000 +0 -0
- files/__pycache__/pipeline_00_config.cpython-312.pyc.1762273265392 +0 -0
- files/__pycache__/pipeline_00_config.cpython-312.pyc.1964932449456 +0 -0
- files/__pycache__/pipeline_00_config.cpython-312.pyc.2066738570432 +0 -0
- files/__pycache__/pipeline_00_config.cpython-312.pyc.2075749385824 +0 -0
- files/__pycache__/pipeline_00_config.cpython-312.pyc.2398701169536 +0 -0
- files/__pycache__/pipeline_00_config.cpython-312.pyc.2558928629472 +0 -0
- files/__pycache__/pipeline_00_config.cpython-312.pyc.2623211253328 +0 -0
- files/logdaexecucao.txt +49 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
files/01_entrada_bruta/01_videos_youtube_brutos.csv filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
files/01_entrada_bruta/02_comentarios_youtube_brutos.csv filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
files/02_filtragem_tematica/01_videos_filtrados_tematica.csv filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
files/02_filtragem_tematica/02_comentarios_filtrados_tematica.csv filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
files/03_idioma/02_comentarios_comparacao_idioma.csv filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
files/03_idioma/06_videos_corpus_ingles.csv filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
files/03_idioma/07_comentarios_corpus_ingles.csv filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
files/03_idioma/08_comentarios_corpus_ingles_periodo.csv filter=lfs diff=lfs merge=lfs -text
|
| 69 |
+
files/04_topicos/00_comentarios_com_topicos_legado.csv filter=lfs diff=lfs merge=lfs -text
|
| 70 |
+
files/04_topicos/01_comentarios_base_topicos.csv filter=lfs diff=lfs merge=lfs -text
|
| 71 |
+
files/04_topicos/02_comentarios_com_topicos.csv filter=lfs diff=lfs merge=lfs -text
|
| 72 |
+
files/04_topicos/05_resultados_topicos/03_figura_evolucao_temporal_topicos.pdf filter=lfs diff=lfs merge=lfs -text
|
files/01_entrada_bruta/01_videos_youtube_brutos.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f5bcc737d4d2b999bb47c4ec3be269ed5f0b7a3bfc6f4830626cb74394ccae2
|
| 3 |
+
size 62850025
|
files/01_entrada_bruta/02_comentarios_youtube_brutos.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3fb8203f72e1ce40f729a201528854dfbf0dc94ea8bc1d917fc4c6fe420e5ca3
|
| 3 |
+
size 2260600526
|
files/02_filtragem_tematica/01_videos_filtrados_tematica.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:49c4638d026a52a6f334408a7027528b8df248152890942ed44148608d70cb7a
|
| 3 |
+
size 44109173
|
files/02_filtragem_tematica/02_comentarios_filtrados_tematica.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5dfa3898b0bae7d90aa48317a8b023f74c704290035fc959c92071b85f312ade
|
| 3 |
+
size 286175599
|
files/02_filtragem_tematica/03_relatorio_filtragem_tematica.txt
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Relatorio de filtragem tematica - 2026-03-12 22:45:08
|
| 2 |
+
========================================================================
|
| 3 |
+
|
| 4 |
+
Secao 1. Videos
|
| 5 |
+
1. Total bruto: 43968
|
| 6 |
+
2. Duplicatas removidas: 0
|
| 7 |
+
3. Datas invalidas removidas: 8
|
| 8 |
+
4. Fora do periodo de estudo removidos: 0
|
| 9 |
+
5. Removidos pelo filtro positivo: 10820
|
| 10 |
+
6. Removidos pelo filtro negativo: 3471
|
| 11 |
+
7. Videos finais: 29669
|
| 12 |
+
|
| 13 |
+
Secao 2. Comentarios
|
| 14 |
+
1. Total bruto: 5686105
|
| 15 |
+
2. Duplicatas removidas: 34383
|
| 16 |
+
3. Removidos por nao pertencerem aos videos finais: 5038962
|
| 17 |
+
4. Comentarios finais: 612760
|
| 18 |
+
|
| 19 |
+
Secao 3. Parametros
|
| 20 |
+
Filtro positivo: termos de low-code e no-code no titulo ou descricao.
|
| 21 |
+
Filtro negativo: termos nao relacionados ao dominio.
|
| 22 |
+
Total de termos positivos: 142
|
| 23 |
+
Total de termos negativos: 27
|
| 24 |
+
|
| 25 |
+
Arquivo de videos: 01_videos_filtrados_tematica.csv
|
| 26 |
+
Arquivo de comentarios: 02_comentarios_filtrados_tematica.csv
|
files/02_filtragem_tematica/etapa_01_filtrar_tematica.py
ADDED
|
@@ -0,0 +1,115 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from __future__ import annotations
|
| 2 |
+
|
| 3 |
+
import sys
|
| 4 |
+
from datetime import datetime
|
| 5 |
+
from pathlib import Path
|
| 6 |
+
|
| 7 |
+
ROOT_DIR = Path(__file__).resolve().parents[1]
|
| 8 |
+
if str(ROOT_DIR) not in sys.path:
|
| 9 |
+
sys.path.insert(0, str(ROOT_DIR))
|
| 10 |
+
|
| 11 |
+
from pipeline_00_config import (
|
| 12 |
+
EXCLUSION_TERMS,
|
| 13 |
+
FILTERED_THEME_COMMENTS_CSV,
|
| 14 |
+
FILTERED_THEME_REPORT_TXT,
|
| 15 |
+
FILTERED_THEME_VIDEOS_CSV,
|
| 16 |
+
LOW_CODE_TERMS,
|
| 17 |
+
RAW_COMMENTS_CSV,
|
| 18 |
+
RAW_VIDEOS_CSV,
|
| 19 |
+
build_terms_regex,
|
| 20 |
+
ensure_directories,
|
| 21 |
+
parse_utc_datetime,
|
| 22 |
+
read_csv_with_fallback,
|
| 23 |
+
study_period_mask,
|
| 24 |
+
)
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
def main() -> None:
|
| 28 |
+
ensure_directories()
|
| 29 |
+
|
| 30 |
+
print("Carregando videos brutos...")
|
| 31 |
+
videos = read_csv_with_fallback(RAW_VIDEOS_CSV, low_memory=False, on_bad_lines="skip")
|
| 32 |
+
print("Carregando comentarios brutos...")
|
| 33 |
+
comments = read_csv_with_fallback(RAW_COMMENTS_CSV, low_memory=False, on_bad_lines="skip")
|
| 34 |
+
|
| 35 |
+
stats: dict[str, int] = {}
|
| 36 |
+
stats["videos_total_bruto"] = len(videos)
|
| 37 |
+
videos = videos.drop_duplicates(subset=["video_id"]).copy()
|
| 38 |
+
stats["videos_apos_deduplicacao"] = len(videos)
|
| 39 |
+
stats["videos_removidos_duplicatas"] = stats["videos_total_bruto"] - stats["videos_apos_deduplicacao"]
|
| 40 |
+
|
| 41 |
+
videos["published_at"] = parse_utc_datetime(videos["published_at"])
|
| 42 |
+
videos = videos.dropna(subset=["published_at"]).copy()
|
| 43 |
+
stats["videos_apos_limpeza_data"] = len(videos)
|
| 44 |
+
stats["videos_removidos_data_invalida"] = stats["videos_apos_deduplicacao"] - stats["videos_apos_limpeza_data"]
|
| 45 |
+
|
| 46 |
+
videos = videos.loc[study_period_mask(videos["published_at"])].copy()
|
| 47 |
+
stats["videos_apos_filtro_data"] = len(videos)
|
| 48 |
+
stats["videos_removidos_fora_data"] = stats["videos_apos_limpeza_data"] - stats["videos_apos_filtro_data"]
|
| 49 |
+
|
| 50 |
+
videos["texto_busca"] = videos["title"].fillna("") + " " + videos["description"].fillna("")
|
| 51 |
+
positive_pattern = build_terms_regex(LOW_CODE_TERMS)
|
| 52 |
+
negative_pattern = build_terms_regex(EXCLUSION_TERMS)
|
| 53 |
+
|
| 54 |
+
positive_mask = videos["texto_busca"].str.contains(positive_pattern, na=False)
|
| 55 |
+
negative_mask = videos["texto_busca"].str.contains(negative_pattern, na=False)
|
| 56 |
+
|
| 57 |
+
videos_positive = videos.loc[positive_mask].copy()
|
| 58 |
+
stats["videos_apos_filtro_positivo"] = len(videos_positive)
|
| 59 |
+
stats["videos_removidos_sem_termos_positivos"] = stats["videos_apos_filtro_data"] - stats["videos_apos_filtro_positivo"]
|
| 60 |
+
|
| 61 |
+
videos_final = videos_positive.loc[~negative_mask.loc[videos_positive.index]].copy()
|
| 62 |
+
stats["videos_final_selecionados"] = len(videos_final)
|
| 63 |
+
stats["videos_removidos_por_exclusao"] = stats["videos_apos_filtro_positivo"] - stats["videos_final_selecionados"]
|
| 64 |
+
|
| 65 |
+
videos_final = videos_final.drop(columns=["texto_busca"])
|
| 66 |
+
videos_final.to_csv(FILTERED_THEME_VIDEOS_CSV, index=False)
|
| 67 |
+
|
| 68 |
+
stats["comments_total_bruto"] = len(comments)
|
| 69 |
+
comments = comments.drop_duplicates(subset=["comment_id"]).copy()
|
| 70 |
+
stats["comments_apos_deduplicacao"] = len(comments)
|
| 71 |
+
stats["comments_removidos_duplicatas"] = stats["comments_total_bruto"] - stats["comments_apos_deduplicacao"]
|
| 72 |
+
|
| 73 |
+
selected_video_ids = set(videos_final["video_id"])
|
| 74 |
+
comments_final = comments.loc[comments["video_id"].isin(selected_video_ids)].copy()
|
| 75 |
+
stats["comments_final_filtrados"] = len(comments_final)
|
| 76 |
+
stats["comments_removidos_video_nao_selecionado"] = stats["comments_apos_deduplicacao"] - stats["comments_final_filtrados"]
|
| 77 |
+
comments_final.to_csv(FILTERED_THEME_COMMENTS_CSV, index=False)
|
| 78 |
+
|
| 79 |
+
lines = [
|
| 80 |
+
f"Relatorio de filtragem tematica - {datetime.now().strftime('%Y-%m-%d %H:%M:%S')}",
|
| 81 |
+
"=" * 72,
|
| 82 |
+
"",
|
| 83 |
+
"Secao 1. Videos",
|
| 84 |
+
f"1. Total bruto: {stats['videos_total_bruto']}",
|
| 85 |
+
f"2. Duplicatas removidas: {stats['videos_removidos_duplicatas']}",
|
| 86 |
+
f"3. Datas invalidas removidas: {stats['videos_removidos_data_invalida']}",
|
| 87 |
+
f"4. Fora do periodo de estudo removidos: {stats['videos_removidos_fora_data']}",
|
| 88 |
+
f"5. Removidos pelo filtro positivo: {stats['videos_removidos_sem_termos_positivos']}",
|
| 89 |
+
f"6. Removidos pelo filtro negativo: {stats['videos_removidos_por_exclusao']}",
|
| 90 |
+
f"7. Videos finais: {stats['videos_final_selecionados']}",
|
| 91 |
+
"",
|
| 92 |
+
"Secao 2. Comentarios",
|
| 93 |
+
f"1. Total bruto: {stats['comments_total_bruto']}",
|
| 94 |
+
f"2. Duplicatas removidas: {stats['comments_removidos_duplicatas']}",
|
| 95 |
+
f"3. Removidos por nao pertencerem aos videos finais: {stats['comments_removidos_video_nao_selecionado']}",
|
| 96 |
+
f"4. Comentarios finais: {stats['comments_final_filtrados']}",
|
| 97 |
+
"",
|
| 98 |
+
"Secao 3. Parametros",
|
| 99 |
+
"Filtro positivo: termos de low-code e no-code no titulo ou descricao.",
|
| 100 |
+
"Filtro negativo: termos nao relacionados ao dominio.",
|
| 101 |
+
f"Total de termos positivos: {len(LOW_CODE_TERMS)}",
|
| 102 |
+
f"Total de termos negativos: {len(EXCLUSION_TERMS)}",
|
| 103 |
+
"",
|
| 104 |
+
f"Arquivo de videos: {FILTERED_THEME_VIDEOS_CSV.name}",
|
| 105 |
+
f"Arquivo de comentarios: {FILTERED_THEME_COMMENTS_CSV.name}",
|
| 106 |
+
]
|
| 107 |
+
FILTERED_THEME_REPORT_TXT.write_text("\n".join(lines) + "\n", encoding="utf-8")
|
| 108 |
+
|
| 109 |
+
print(f"Videos finais: {len(videos_final)}")
|
| 110 |
+
print(f"Comentarios finais: {len(comments_final)}")
|
| 111 |
+
print(f"Relatorio salvo em: {FILTERED_THEME_REPORT_TXT}")
|
| 112 |
+
|
| 113 |
+
|
| 114 |
+
if __name__ == "__main__":
|
| 115 |
+
main()
|
files/03_idioma/01_modelo_fasttext_lid176.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e69ec5451bc261cc7844e49e4792a85d7f09c06789ec800fc4a44aec362764e
|
| 3 |
+
size 131266198
|
files/03_idioma/02_comentarios_comparacao_idioma.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:469a0c8ee4afddb3ed783393317855b583db3e69940da8c785d80515bba04fa3
|
| 3 |
+
size 291741608
|
files/03_idioma/03_relatorio_comparacao_idioma.txt
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Relatorio de comparacao de idioma
|
| 2 |
+
========================================================================
|
| 3 |
+
Total de comentarios analisados: 612760
|
| 4 |
+
|
| 5 |
+
fastText
|
| 6 |
+
--------------------------------
|
| 7 |
+
Ingles (en): 305673 (49.88%)
|
| 8 |
+
Portugues (pt): 108510 (17.71%)
|
| 9 |
+
Top 10 idiomas:
|
| 10 |
+
en: 305673 (49.88%)
|
| 11 |
+
pt: 108510 (17.71%)
|
| 12 |
+
es: 54895 (8.96%)
|
| 13 |
+
ru: 29685 (4.84%)
|
| 14 |
+
fr: 15470 (2.52%)
|
| 15 |
+
id: 11837 (1.93%)
|
| 16 |
+
it: 8239 (1.34%)
|
| 17 |
+
uz: 7515 (1.23%)
|
| 18 |
+
sv: 6285 (1.03%)
|
| 19 |
+
de: 5459 (0.89%)
|
| 20 |
+
|
| 21 |
+
langdetect
|
| 22 |
+
--------------------------------
|
| 23 |
+
Ingles (en): 259902 (42.41%)
|
| 24 |
+
Portugues (pt): 103118 (16.83%)
|
| 25 |
+
Top 10 idiomas:
|
| 26 |
+
en: 259902 (42.41%)
|
| 27 |
+
pt: 103118 (16.83%)
|
| 28 |
+
es: 52237 (8.52%)
|
| 29 |
+
id: 21398 (3.49%)
|
| 30 |
+
ru: 19060 (3.11%)
|
| 31 |
+
error: 15743 (2.57%)
|
| 32 |
+
fr: 14788 (2.41%)
|
| 33 |
+
so: 12200 (1.99%)
|
| 34 |
+
bg: 10845 (1.77%)
|
| 35 |
+
it: 9001 (1.47%)
|
| 36 |
+
|
| 37 |
+
langid
|
| 38 |
+
--------------------------------
|
| 39 |
+
Ingles (en): 287270 (46.88%)
|
| 40 |
+
Portugues (pt): 96240 (15.71%)
|
| 41 |
+
Top 10 idiomas:
|
| 42 |
+
en: 287270 (46.88%)
|
| 43 |
+
pt: 96240 (15.71%)
|
| 44 |
+
es: 54486 (8.89%)
|
| 45 |
+
ru: 15519 (2.53%)
|
| 46 |
+
fr: 14225 (2.32%)
|
| 47 |
+
id: 13055 (2.13%)
|
| 48 |
+
it: 8167 (1.33%)
|
| 49 |
+
ja: 7042 (1.15%)
|
| 50 |
+
sv: 5905 (0.96%)
|
| 51 |
+
zh: 5383 (0.88%)
|
| 52 |
+
|
| 53 |
+
Concordancia entre ferramentas
|
| 54 |
+
--------------------------------
|
| 55 |
+
Total com concordancia completa: 438317 (71.53%)
|
| 56 |
+
Maioria em ingles (2 de 3): 281948 (46.01%)
|
| 57 |
+
Maioria em portugues (2 de 3): 103107 (16.83%)
|
| 58 |
+
|
| 59 |
+
Distribuicao do nivel de concordancia:
|
| 60 |
+
3 ferramentas: 438317 (71.53%)
|
| 61 |
+
2 ferramentas: 91336 (14.91%)
|
| 62 |
+
1 ferramentas: 83107 (13.56%)
|
| 63 |
+
|
| 64 |
+
Casos de discordancia relevantes:
|
| 65 |
+
fastText=pt e outras duas=en: 310
|
| 66 |
+
fastText=en e outras duas=pt: 436
|
| 67 |
+
langdetect discorda das outras duas: 40293
|
| 68 |
+
langid discorda das outras duas: 33318
|
| 69 |
+
|
| 70 |
+
Regra operacional sugerida: usar maioria simples de 2 entre 3 ferramentas.
|
files/03_idioma/04_relatorio_sensibilidade_limiar.txt
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Relatorio de sensibilidade do limiar de idioma
|
| 2 |
+
========================================================================
|
| 3 |
+
Total de videos analisados: 29640
|
| 4 |
+
Media de ingles por video: 54.37%
|
| 5 |
+
Mediana de ingles por video: 75.00%
|
| 6 |
+
Limiar operacional atual do pipeline: > 50%
|
| 7 |
+
CSV de comparacao precisou de reparo em leitura: nao
|
| 8 |
+
|
| 9 |
+
Tabela de sensibilidade
|
| 10 |
+
Limiar | Videos mantidos | Videos removidos | Retencao (%)
|
| 11 |
+
0% | 20230 | 9410 | 68.25
|
| 12 |
+
10% | 18365 | 11275 | 61.96
|
| 13 |
+
20% | 17756 | 11884 | 59.91
|
| 14 |
+
30% | 17408 | 12232 | 58.73
|
| 15 |
+
40% | 16977 | 12663 | 57.28
|
| 16 |
+
50% | 16019 | 13621 | 54.05
|
| 17 |
+
60% | 15759 | 13881 | 53.17
|
| 18 |
+
70% | 15127 | 14513 | 51.04
|
| 19 |
+
80% | 14280 | 15360 | 48.18
|
| 20 |
+
90% | 13146 | 16494 | 44.35
|
| 21 |
+
95% | 12014 | 17626 | 40.53
|
| 22 |
+
|
| 23 |
+
Distribuicao por zonas
|
| 24 |
+
Zona 0-20%: 11884 videos (40.09%)
|
| 25 |
+
Zona 20-80%: 3255 videos (10.98%)
|
| 26 |
+
Zona 80-100%: 14501 videos (48.92%)
|
| 27 |
+
|
| 28 |
+
Leitura metodologica
|
| 29 |
+
O limiar de 50% preserva o corpus operacional atual.
|
| 30 |
+
O limiar de 70% continua disponivel como corte mais conservador, mas nao e imposto pelo script.
|
files/03_idioma/05_grafico_sensibilidade_limiar.png
ADDED
|
Git LFS Details
|
files/03_idioma/06_videos_corpus_ingles.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f7b228aacec04a952c75ffc93e82a44e0b537a0139d4f7c6c5a12ac33c6e689
|
| 3 |
+
size 25130632
|
files/03_idioma/07_comentarios_corpus_ingles.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e37f543c3ea4d1a39ce49106c3670a22b41184b794c3a37e74b6344620f803d9
|
| 3 |
+
size 130817839
|
files/03_idioma/08_comentarios_corpus_ingles_periodo.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edea01a70863d82eb9a1bc62354db8d8ea98e16bcab2b5b098fdc96eb9d6ba6d
|
| 3 |
+
size 128846895
|
files/03_idioma/09_relatorio_filtragem_idioma.txt
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Relatorio de filtragem do corpus em ingles
|
| 2 |
+
========================================================================
|
| 3 |
+
Comentarios de entrada na comparacao: 612760
|
| 4 |
+
Videos de entrada apos filtragem tematica: 29669
|
| 5 |
+
Comentarios com maioria em ingles (2 de 3): 281948
|
| 6 |
+
Videos analisados com comentarios: 29640
|
| 7 |
+
Limiar operacional aplicado por video: > 50%
|
| 8 |
+
Videos finais no corpus em ingles: 16019
|
| 9 |
+
Comentarios finais no corpus em ingles: 265301
|
| 10 |
+
Comentarios no periodo analitico [2018-01-01, 2025-10-01): 260791
|
| 11 |
+
Comentarios antes de 2018-01-01: 4
|
| 12 |
+
Comentarios em 2025-10 ou depois: 4499
|
| 13 |
+
Comentarios do dia 2025-09-30 preservados com a nova regra: 809
|
| 14 |
+
CSV de comparacao precisou de reparo em leitura: nao
|
| 15 |
+
|
| 16 |
+
Arquivo de videos: 06_videos_corpus_ingles.csv
|
| 17 |
+
Arquivo de comentarios: 07_comentarios_corpus_ingles.csv
|
| 18 |
+
Arquivo de comentarios no periodo: 08_comentarios_corpus_ingles_periodo.csv
|
files/03_idioma/etapa_02_detectar_idioma.py
ADDED
|
@@ -0,0 +1,196 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from __future__ import annotations
|
| 2 |
+
|
| 3 |
+
import sys
|
| 4 |
+
from pathlib import Path
|
| 5 |
+
|
| 6 |
+
ROOT_DIR = Path(__file__).resolve().parents[1]
|
| 7 |
+
if str(ROOT_DIR) not in sys.path:
|
| 8 |
+
sys.path.insert(0, str(ROOT_DIR))
|
| 9 |
+
|
| 10 |
+
from pipeline_00_config import (
|
| 11 |
+
FILTERED_THEME_COMMENTS_CSV,
|
| 12 |
+
LANGUAGE_COLUMNS,
|
| 13 |
+
LANGUAGE_COMPARISON_CSV,
|
| 14 |
+
LANGUAGE_COMPARISON_REPORT_TXT,
|
| 15 |
+
LANGUAGE_MODEL_BIN,
|
| 16 |
+
ensure_directories,
|
| 17 |
+
normalize_text,
|
| 18 |
+
read_csv_with_fallback,
|
| 19 |
+
)
|
| 20 |
+
|
| 21 |
+
try:
|
| 22 |
+
from tqdm import tqdm
|
| 23 |
+
except ImportError: # pragma: no cover
|
| 24 |
+
def tqdm(iterable, **_kwargs):
|
| 25 |
+
return iterable
|
| 26 |
+
|
| 27 |
+
try:
|
| 28 |
+
import fasttext
|
| 29 |
+
|
| 30 |
+
fasttext.FastText.eprint = lambda _text: None
|
| 31 |
+
FASTTEXT_MODEL = fasttext.load_model(str(LANGUAGE_MODEL_BIN))
|
| 32 |
+
FASTTEXT_AVAILABLE = True
|
| 33 |
+
except Exception:
|
| 34 |
+
FASTTEXT_MODEL = None
|
| 35 |
+
FASTTEXT_AVAILABLE = False
|
| 36 |
+
|
| 37 |
+
try:
|
| 38 |
+
from langdetect import DetectorFactory, detect
|
| 39 |
+
|
| 40 |
+
DetectorFactory.seed = 0
|
| 41 |
+
LANGDETECT_AVAILABLE = True
|
| 42 |
+
except ImportError:
|
| 43 |
+
LANGDETECT_AVAILABLE = False
|
| 44 |
+
|
| 45 |
+
try:
|
| 46 |
+
import langid
|
| 47 |
+
|
| 48 |
+
LANGID_AVAILABLE = True
|
| 49 |
+
except ImportError:
|
| 50 |
+
LANGID_AVAILABLE = False
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
def detect_fasttext(text: object) -> str:
|
| 54 |
+
if not FASTTEXT_AVAILABLE:
|
| 55 |
+
return "unavailable"
|
| 56 |
+
cleaned = normalize_text(text)
|
| 57 |
+
if not cleaned:
|
| 58 |
+
return "empty"
|
| 59 |
+
try:
|
| 60 |
+
prediction = FASTTEXT_MODEL.predict(cleaned, k=1)
|
| 61 |
+
return prediction[0][0].replace("__label__", "")
|
| 62 |
+
except Exception:
|
| 63 |
+
return "error"
|
| 64 |
+
|
| 65 |
+
|
| 66 |
+
def detect_langdetect(text: object) -> str:
|
| 67 |
+
if not LANGDETECT_AVAILABLE:
|
| 68 |
+
return "unavailable"
|
| 69 |
+
cleaned = normalize_text(text)
|
| 70 |
+
if not cleaned:
|
| 71 |
+
return "empty"
|
| 72 |
+
try:
|
| 73 |
+
return detect(cleaned)
|
| 74 |
+
except Exception:
|
| 75 |
+
return "error"
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
def detect_langid(text: object) -> str:
|
| 79 |
+
if not LANGID_AVAILABLE:
|
| 80 |
+
return "unavailable"
|
| 81 |
+
cleaned = normalize_text(text)
|
| 82 |
+
if not cleaned:
|
| 83 |
+
return "empty"
|
| 84 |
+
try:
|
| 85 |
+
language, _score = langid.classify(cleaned)
|
| 86 |
+
return language
|
| 87 |
+
except Exception:
|
| 88 |
+
return "error"
|
| 89 |
+
|
| 90 |
+
|
| 91 |
+
def build_report(dataframe) -> str:
|
| 92 |
+
total_comments = len(dataframe)
|
| 93 |
+
lines = [
|
| 94 |
+
"Relatorio de comparacao de idioma",
|
| 95 |
+
"=" * 72,
|
| 96 |
+
f"Total de comentarios analisados: {total_comments}",
|
| 97 |
+
"",
|
| 98 |
+
]
|
| 99 |
+
|
| 100 |
+
for tool_name, column_name in [
|
| 101 |
+
("fastText", "lang_fasttext"),
|
| 102 |
+
("langdetect", "lang_langdetect"),
|
| 103 |
+
("langid", "lang_langid"),
|
| 104 |
+
]:
|
| 105 |
+
counts = dataframe[column_name].value_counts()
|
| 106 |
+
en_count = int(counts.get("en", 0))
|
| 107 |
+
pt_count = int(counts.get("pt", 0))
|
| 108 |
+
lines.extend(
|
| 109 |
+
[
|
| 110 |
+
f"{tool_name}",
|
| 111 |
+
"-" * 32,
|
| 112 |
+
f"Ingles (en): {en_count} ({(en_count / total_comments) * 100:.2f}%)",
|
| 113 |
+
f"Portugues (pt): {pt_count} ({(pt_count / total_comments) * 100:.2f}%)",
|
| 114 |
+
"Top 10 idiomas:",
|
| 115 |
+
]
|
| 116 |
+
)
|
| 117 |
+
for language, count in counts.head(10).items():
|
| 118 |
+
lines.append(f" {language}: {count} ({(count / total_comments) * 100:.2f}%)")
|
| 119 |
+
lines.append("")
|
| 120 |
+
|
| 121 |
+
dataframe = dataframe.copy()
|
| 122 |
+
dataframe["all_agree"] = (
|
| 123 |
+
(dataframe["lang_fasttext"] == dataframe["lang_langdetect"])
|
| 124 |
+
& (dataframe["lang_langdetect"] == dataframe["lang_langid"])
|
| 125 |
+
)
|
| 126 |
+
dataframe["majority_en"] = (
|
| 127 |
+
(dataframe["lang_fasttext"] == "en").astype(int)
|
| 128 |
+
+ (dataframe["lang_langdetect"] == "en").astype(int)
|
| 129 |
+
+ (dataframe["lang_langid"] == "en").astype(int)
|
| 130 |
+
) >= 2
|
| 131 |
+
dataframe["majority_pt"] = (
|
| 132 |
+
(dataframe["lang_fasttext"] == "pt").astype(int)
|
| 133 |
+
+ (dataframe["lang_langdetect"] == "pt").astype(int)
|
| 134 |
+
+ (dataframe["lang_langid"] == "pt").astype(int)
|
| 135 |
+
) >= 2
|
| 136 |
+
majority_language = dataframe[LANGUAGE_COLUMNS].mode(axis=1)[0]
|
| 137 |
+
agreement_count = sum((dataframe[column] == majority_language).astype(int) for column in LANGUAGE_COLUMNS)
|
| 138 |
+
|
| 139 |
+
lines.extend(
|
| 140 |
+
[
|
| 141 |
+
"Concordancia entre ferramentas",
|
| 142 |
+
"-" * 32,
|
| 143 |
+
f"Total com concordancia completa: {int(dataframe['all_agree'].sum())} ({(dataframe['all_agree'].mean()) * 100:.2f}%)",
|
| 144 |
+
f"Maioria em ingles (2 de 3): {int(dataframe['majority_en'].sum())} ({(dataframe['majority_en'].mean()) * 100:.2f}%)",
|
| 145 |
+
f"Maioria em portugues (2 de 3): {int(dataframe['majority_pt'].sum())} ({(dataframe['majority_pt'].mean()) * 100:.2f}%)",
|
| 146 |
+
"",
|
| 147 |
+
"Distribuicao do nivel de concordancia:",
|
| 148 |
+
]
|
| 149 |
+
)
|
| 150 |
+
for total_agreement in [3, 2, 1]:
|
| 151 |
+
count = int((agreement_count == total_agreement).sum())
|
| 152 |
+
lines.append(f" {total_agreement} ferramentas: {count} ({(count / total_comments) * 100:.2f}%)")
|
| 153 |
+
|
| 154 |
+
lines.extend(
|
| 155 |
+
[
|
| 156 |
+
"",
|
| 157 |
+
"Casos de discordancia relevantes:",
|
| 158 |
+
f" fastText=pt e outras duas=en: {int(((dataframe['lang_fasttext'] == 'pt') & (dataframe['lang_langdetect'] == 'en') & (dataframe['lang_langid'] == 'en')).sum())}",
|
| 159 |
+
f" fastText=en e outras duas=pt: {int(((dataframe['lang_fasttext'] == 'en') & (dataframe['lang_langdetect'] == 'pt') & (dataframe['lang_langid'] == 'pt')).sum())}",
|
| 160 |
+
f" langdetect discorda das outras duas: {int(((dataframe['lang_fasttext'] == dataframe['lang_langid']) & (dataframe['lang_langdetect'] != dataframe['lang_fasttext'])).sum())}",
|
| 161 |
+
f" langid discorda das outras duas: {int(((dataframe['lang_fasttext'] == dataframe['lang_langdetect']) & (dataframe['lang_langid'] != dataframe['lang_fasttext'])).sum())}",
|
| 162 |
+
"",
|
| 163 |
+
"Regra operacional sugerida: usar maioria simples de 2 entre 3 ferramentas.",
|
| 164 |
+
]
|
| 165 |
+
)
|
| 166 |
+
return "\n".join(lines) + "\n"
|
| 167 |
+
|
| 168 |
+
|
| 169 |
+
def main() -> None:
|
| 170 |
+
ensure_directories()
|
| 171 |
+
|
| 172 |
+
if not LANGUAGE_MODEL_BIN.exists():
|
| 173 |
+
raise SystemExit(f"Modelo fastText nao encontrado em: {LANGUAGE_MODEL_BIN}")
|
| 174 |
+
|
| 175 |
+
comments = read_csv_with_fallback(FILTERED_THEME_COMMENTS_CSV, low_memory=False, on_bad_lines="skip")
|
| 176 |
+
if "comment" not in comments.columns:
|
| 177 |
+
raise SystemExit("A coluna 'comment' nao foi encontrada no arquivo de comentarios filtrados.")
|
| 178 |
+
|
| 179 |
+
comments = comments.copy()
|
| 180 |
+
comments["comment"] = comments["comment"].fillna("")
|
| 181 |
+
total_comments = len(comments)
|
| 182 |
+
print(f"Processando {total_comments} comentarios...")
|
| 183 |
+
|
| 184 |
+
comments["lang_fasttext"] = [detect_fasttext(comment) for comment in tqdm(comments["comment"], total=total_comments, desc="fastText")]
|
| 185 |
+
comments["lang_langdetect"] = [detect_langdetect(comment) for comment in tqdm(comments["comment"], total=total_comments, desc="langdetect")]
|
| 186 |
+
comments["lang_langid"] = [detect_langid(comment) for comment in tqdm(comments["comment"], total=total_comments, desc="langid")]
|
| 187 |
+
|
| 188 |
+
comments.to_csv(LANGUAGE_COMPARISON_CSV, index=False)
|
| 189 |
+
LANGUAGE_COMPARISON_REPORT_TXT.write_text(build_report(comments), encoding="utf-8")
|
| 190 |
+
|
| 191 |
+
print(f"Arquivo salvo em: {LANGUAGE_COMPARISON_CSV}")
|
| 192 |
+
print(f"Relatorio salvo em: {LANGUAGE_COMPARISON_REPORT_TXT}")
|
| 193 |
+
|
| 194 |
+
|
| 195 |
+
if __name__ == "__main__":
|
| 196 |
+
main()
|
files/03_idioma/etapa_03_analisar_limiar.py
ADDED
|
@@ -0,0 +1,148 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from __future__ import annotations
|
| 2 |
+
|
| 3 |
+
import sys
|
| 4 |
+
from pathlib import Path
|
| 5 |
+
|
| 6 |
+
ROOT_DIR = Path(__file__).resolve().parents[1]
|
| 7 |
+
if str(ROOT_DIR) not in sys.path:
|
| 8 |
+
sys.path.insert(0, str(ROOT_DIR))
|
| 9 |
+
|
| 10 |
+
import matplotlib.pyplot as plt
|
| 11 |
+
import matplotlib.ticker as ticker
|
| 12 |
+
import numpy as np
|
| 13 |
+
import seaborn as sns
|
| 14 |
+
|
| 15 |
+
from pipeline_00_config import (
|
| 16 |
+
LANGUAGE_COLUMNS,
|
| 17 |
+
LANGUAGE_COMPARISON_CSV,
|
| 18 |
+
LANGUAGE_THRESHOLD_PLOT_PNG,
|
| 19 |
+
LANGUAGE_THRESHOLD_REPORT_TXT,
|
| 20 |
+
LANGUAGE_VIDEO_THRESHOLD,
|
| 21 |
+
ensure_directories,
|
| 22 |
+
load_language_comment_file,
|
| 23 |
+
)
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
def calculate_video_stats(comments):
|
| 27 |
+
comments = comments.copy()
|
| 28 |
+
comments["is_majority_en"] = (
|
| 29 |
+
(comments["lang_fasttext"] == "en").astype(int)
|
| 30 |
+
+ (comments["lang_langdetect"] == "en").astype(int)
|
| 31 |
+
+ (comments["lang_langid"] == "en").astype(int)
|
| 32 |
+
) >= 2
|
| 33 |
+
video_stats = comments.groupby("video_id").agg(
|
| 34 |
+
total_comments=("comment_id", "count"),
|
| 35 |
+
english_comments=("is_majority_en", "sum"),
|
| 36 |
+
).reset_index()
|
| 37 |
+
video_stats["percent_en"] = (video_stats["english_comments"] / video_stats["total_comments"].replace(0, 1)) * 100
|
| 38 |
+
return video_stats
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
def build_sensitivity_table(video_stats):
|
| 42 |
+
total_videos = len(video_stats)
|
| 43 |
+
thresholds = [0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 95]
|
| 44 |
+
rows = []
|
| 45 |
+
for threshold in thresholds:
|
| 46 |
+
kept = int((video_stats["percent_en"] > threshold).sum())
|
| 47 |
+
rows.append(
|
| 48 |
+
{
|
| 49 |
+
"threshold": threshold,
|
| 50 |
+
"videos_kept": kept,
|
| 51 |
+
"videos_removed": total_videos - kept,
|
| 52 |
+
"retention_pct": (kept / total_videos) * 100,
|
| 53 |
+
}
|
| 54 |
+
)
|
| 55 |
+
return rows
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
def write_report(video_stats, sensitivity, repaired: bool) -> None:
|
| 59 |
+
total_videos = len(video_stats)
|
| 60 |
+
low_zone = int((video_stats["percent_en"] <= 20).sum())
|
| 61 |
+
mixed_zone = int(((video_stats["percent_en"] > 20) & (video_stats["percent_en"] < 80)).sum())
|
| 62 |
+
high_zone = int((video_stats["percent_en"] >= 80).sum())
|
| 63 |
+
|
| 64 |
+
lines = [
|
| 65 |
+
"Relatorio de sensibilidade do limiar de idioma",
|
| 66 |
+
"=" * 72,
|
| 67 |
+
f"Total de videos analisados: {total_videos}",
|
| 68 |
+
f"Media de ingles por video: {video_stats['percent_en'].mean():.2f}%",
|
| 69 |
+
f"Mediana de ingles por video: {video_stats['percent_en'].median():.2f}%",
|
| 70 |
+
f"Limiar operacional atual do pipeline: > {LANGUAGE_VIDEO_THRESHOLD:.0f}%",
|
| 71 |
+
f"CSV de comparacao precisou de reparo em leitura: {'sim' if repaired else 'nao'}",
|
| 72 |
+
"",
|
| 73 |
+
"Tabela de sensibilidade",
|
| 74 |
+
"Limiar | Videos mantidos | Videos removidos | Retencao (%)",
|
| 75 |
+
]
|
| 76 |
+
for row in sensitivity:
|
| 77 |
+
lines.append(
|
| 78 |
+
f"{int(row['threshold']):>6}% | {int(row['videos_kept']):>15} | "
|
| 79 |
+
f"{int(row['videos_removed']):>15} | {row['retention_pct']:>11.2f}"
|
| 80 |
+
)
|
| 81 |
+
|
| 82 |
+
lines.extend(
|
| 83 |
+
[
|
| 84 |
+
"",
|
| 85 |
+
"Distribuicao por zonas",
|
| 86 |
+
f"Zona 0-20%: {low_zone} videos ({(low_zone / total_videos) * 100:.2f}%)",
|
| 87 |
+
f"Zona 20-80%: {mixed_zone} videos ({(mixed_zone / total_videos) * 100:.2f}%)",
|
| 88 |
+
f"Zona 80-100%: {high_zone} videos ({(high_zone / total_videos) * 100:.2f}%)",
|
| 89 |
+
"",
|
| 90 |
+
"Leitura metodologica",
|
| 91 |
+
"O limiar de 50% preserva o corpus operacional atual.",
|
| 92 |
+
"O limiar de 70% continua disponivel como corte mais conservador, mas nao e imposto pelo script.",
|
| 93 |
+
]
|
| 94 |
+
)
|
| 95 |
+
LANGUAGE_THRESHOLD_REPORT_TXT.write_text("\n".join(lines) + "\n", encoding="utf-8")
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
def plot_cdf(video_stats) -> None:
|
| 99 |
+
sns.set_theme(style="whitegrid")
|
| 100 |
+
plt.figure(figsize=(12, 8))
|
| 101 |
+
ax = sns.ecdfplot(data=video_stats, x="percent_en", linewidth=2.5, label="Distribuicao dos videos")
|
| 102 |
+
line = ax.lines[0]
|
| 103 |
+
x_data = line.get_xdata()
|
| 104 |
+
y_data = line.get_ydata()
|
| 105 |
+
|
| 106 |
+
def get_y_for_x(target_x: float) -> float:
|
| 107 |
+
index = int(np.abs(x_data - target_x).argmin())
|
| 108 |
+
return float(y_data[index])
|
| 109 |
+
|
| 110 |
+
for threshold, color in zip([50, 70, 90], ["#e67e22", "#e74c3c", "#27ae60"], strict=False):
|
| 111 |
+
y_value = get_y_for_x(threshold)
|
| 112 |
+
kept_pct = 100 - (y_value * 100)
|
| 113 |
+
plt.axvline(x=threshold, color=color, linestyle="--", alpha=0.7)
|
| 114 |
+
plt.hlines(y=y_value, xmin=0, xmax=threshold, color=color, linestyle=":", alpha=0.5)
|
| 115 |
+
plt.text(
|
| 116 |
+
threshold + 1,
|
| 117 |
+
max(y_value - 0.05, 0.02),
|
| 118 |
+
f"Limiar {threshold}%\nRetem: {kept_pct:.1f}%",
|
| 119 |
+
color=color,
|
| 120 |
+
fontsize=9,
|
| 121 |
+
bbox={"facecolor": "white", "alpha": 0.9, "edgecolor": color, "boxstyle": "round,pad=0.3"},
|
| 122 |
+
)
|
| 123 |
+
plt.plot(threshold, y_value, marker="o", color=color, markersize=6)
|
| 124 |
+
|
| 125 |
+
plt.title("Sensibilidade do percentual de comentarios em ingles por video")
|
| 126 |
+
plt.xlabel("Percentual de comentarios em ingles (%)")
|
| 127 |
+
plt.ylabel("Proporcao acumulada de videos")
|
| 128 |
+
ax.xaxis.set_major_locator(ticker.MultipleLocator(10))
|
| 129 |
+
ax.yaxis.set_major_locator(ticker.MultipleLocator(0.1))
|
| 130 |
+
plt.tight_layout()
|
| 131 |
+
plt.savefig(LANGUAGE_THRESHOLD_PLOT_PNG, dpi=300)
|
| 132 |
+
plt.close()
|
| 133 |
+
|
| 134 |
+
|
| 135 |
+
def main() -> None:
|
| 136 |
+
ensure_directories()
|
| 137 |
+
comments, repaired = load_language_comment_file(LANGUAGE_COMPARISON_CSV, LANGUAGE_COLUMNS)
|
| 138 |
+
video_stats = calculate_video_stats(comments)
|
| 139 |
+
sensitivity = build_sensitivity_table(video_stats)
|
| 140 |
+
write_report(video_stats, sensitivity, repaired)
|
| 141 |
+
plot_cdf(video_stats)
|
| 142 |
+
|
| 143 |
+
print(f"Relatorio salvo em: {LANGUAGE_THRESHOLD_REPORT_TXT}")
|
| 144 |
+
print(f"Grafico salvo em: {LANGUAGE_THRESHOLD_PLOT_PNG}")
|
| 145 |
+
|
| 146 |
+
|
| 147 |
+
if __name__ == "__main__":
|
| 148 |
+
main()
|
files/03_idioma/etapa_04_filtrar_corpus_ingles.py
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from __future__ import annotations
|
| 2 |
+
|
| 3 |
+
import sys
|
| 4 |
+
from pathlib import Path
|
| 5 |
+
|
| 6 |
+
ROOT_DIR = Path(__file__).resolve().parents[1]
|
| 7 |
+
if str(ROOT_DIR) not in sys.path:
|
| 8 |
+
sys.path.insert(0, str(ROOT_DIR))
|
| 9 |
+
|
| 10 |
+
import pandas as pd
|
| 11 |
+
|
| 12 |
+
from pipeline_00_config import (
|
| 13 |
+
ENGLISH_COMMENTS_CSV,
|
| 14 |
+
ENGLISH_COMMENTS_PERIOD_CSV,
|
| 15 |
+
ENGLISH_FILTER_REPORT_TXT,
|
| 16 |
+
ENGLISH_VIDEOS_CSV,
|
| 17 |
+
FILTERED_THEME_VIDEOS_CSV,
|
| 18 |
+
LANGUAGE_COLUMNS,
|
| 19 |
+
LANGUAGE_COMPARISON_CSV,
|
| 20 |
+
LANGUAGE_VIDEO_THRESHOLD,
|
| 21 |
+
ensure_directories,
|
| 22 |
+
load_language_comment_file,
|
| 23 |
+
parse_utc_datetime,
|
| 24 |
+
read_csv_with_fallback,
|
| 25 |
+
study_period_mask,
|
| 26 |
+
)
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
def main() -> None:
|
| 30 |
+
ensure_directories()
|
| 31 |
+
|
| 32 |
+
comments, repaired = load_language_comment_file(LANGUAGE_COMPARISON_CSV, LANGUAGE_COLUMNS)
|
| 33 |
+
videos = read_csv_with_fallback(FILTERED_THEME_VIDEOS_CSV, low_memory=False, on_bad_lines="skip")
|
| 34 |
+
|
| 35 |
+
comments = comments.copy()
|
| 36 |
+
comments["en_agreement_count"] = (
|
| 37 |
+
(comments["lang_fasttext"] == "en").astype(int)
|
| 38 |
+
+ (comments["lang_langdetect"] == "en").astype(int)
|
| 39 |
+
+ (comments["lang_langid"] == "en").astype(int)
|
| 40 |
+
)
|
| 41 |
+
comments["is_majority_en"] = comments["en_agreement_count"] >= 2
|
| 42 |
+
|
| 43 |
+
if repaired:
|
| 44 |
+
comments.to_csv(LANGUAGE_COMPARISON_CSV, index=False)
|
| 45 |
+
|
| 46 |
+
video_stats = comments.groupby("video_id").agg(
|
| 47 |
+
total_comments=("comment_id", "count"),
|
| 48 |
+
english_comments=("is_majority_en", "sum"),
|
| 49 |
+
).reset_index()
|
| 50 |
+
video_stats["percent_en"] = (video_stats["english_comments"] / video_stats["total_comments"].replace(0, 1)) * 100
|
| 51 |
+
|
| 52 |
+
selected_video_ids = set(video_stats.loc[video_stats["percent_en"] > LANGUAGE_VIDEO_THRESHOLD, "video_id"])
|
| 53 |
+
videos_final = videos.loc[videos["video_id"].isin(selected_video_ids)].copy()
|
| 54 |
+
comments_final = comments.loc[comments["video_id"].isin(selected_video_ids) & comments["is_majority_en"]].copy()
|
| 55 |
+
|
| 56 |
+
comments_final["published_at"] = parse_utc_datetime(comments_final["published_at"])
|
| 57 |
+
period_mask = study_period_mask(comments_final["published_at"])
|
| 58 |
+
comments_period = comments_final.loc[period_mask].copy()
|
| 59 |
+
|
| 60 |
+
videos_final.to_csv(ENGLISH_VIDEOS_CSV, index=False)
|
| 61 |
+
comments_final.to_csv(ENGLISH_COMMENTS_CSV, index=False)
|
| 62 |
+
comments_period.to_csv(ENGLISH_COMMENTS_PERIOD_CSV, index=False)
|
| 63 |
+
|
| 64 |
+
before_start = int((comments_final["published_at"] < pd.Timestamp("2018-01-01")).sum())
|
| 65 |
+
after_end = int((comments_final["published_at"] >= pd.Timestamp("2025-10-01")).sum())
|
| 66 |
+
day_30_recovered = int(
|
| 67 |
+
((comments_final["published_at"] >= pd.Timestamp("2025-09-30")) & (comments_final["published_at"] < pd.Timestamp("2025-10-01"))).sum()
|
| 68 |
+
)
|
| 69 |
+
|
| 70 |
+
report_lines = [
|
| 71 |
+
"Relatorio de filtragem do corpus em ingles",
|
| 72 |
+
"=" * 72,
|
| 73 |
+
f"Comentarios de entrada na comparacao: {len(comments)}",
|
| 74 |
+
f"Videos de entrada apos filtragem tematica: {len(videos)}",
|
| 75 |
+
f"Comentarios com maioria em ingles (2 de 3): {int(comments['is_majority_en'].sum())}",
|
| 76 |
+
f"Videos analisados com comentarios: {len(video_stats)}",
|
| 77 |
+
f"Limiar operacional aplicado por video: > {LANGUAGE_VIDEO_THRESHOLD:.0f}%",
|
| 78 |
+
f"Videos finais no corpus em ingles: {len(videos_final)}",
|
| 79 |
+
f"Comentarios finais no corpus em ingles: {len(comments_final)}",
|
| 80 |
+
f"Comentarios no periodo analitico [2018-01-01, 2025-10-01): {len(comments_period)}",
|
| 81 |
+
f"Comentarios antes de 2018-01-01: {before_start}",
|
| 82 |
+
f"Comentarios em 2025-10 ou depois: {after_end}",
|
| 83 |
+
f"Comentarios do dia 2025-09-30 preservados com a nova regra: {day_30_recovered}",
|
| 84 |
+
f"CSV de comparacao precisou de reparo em leitura: {'sim' if repaired else 'nao'}",
|
| 85 |
+
"",
|
| 86 |
+
f"Arquivo de videos: {ENGLISH_VIDEOS_CSV.name}",
|
| 87 |
+
f"Arquivo de comentarios: {ENGLISH_COMMENTS_CSV.name}",
|
| 88 |
+
f"Arquivo de comentarios no periodo: {ENGLISH_COMMENTS_PERIOD_CSV.name}",
|
| 89 |
+
]
|
| 90 |
+
ENGLISH_FILTER_REPORT_TXT.write_text("\n".join(report_lines) + "\n", encoding="utf-8")
|
| 91 |
+
|
| 92 |
+
print(f"Videos finais: {len(videos_final)}")
|
| 93 |
+
print(f"Comentarios finais: {len(comments_final)}")
|
| 94 |
+
print(f"Comentarios no periodo: {len(comments_period)}")
|
| 95 |
+
print(f"Relatorio salvo em: {ENGLISH_FILTER_REPORT_TXT}")
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
if __name__ == "__main__":
|
| 99 |
+
main()
|
files/04_topicos/00_comentarios_com_topicos_legado.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:05ce0acd8c208bacaa6e6a7ef701d891a63250cf8e1a884cefeebe8bd01aad09
|
| 3 |
+
size 145747077
|
files/04_topicos/00_descricoes_topicos_legado.csv
ADDED
|
@@ -0,0 +1,118 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Topic;Count;Name;Representation;Representative_Docs
|
| 2 |
+
-1;14315;-1_char_utf8_shanescows_speed;['char', 'utf8', 'shanescows', 'speed', 'react', 'true', 'looks', 'mind', 'life', 'tip'];['SharePoint does not support column level security. You could check user role in power apps and accordingly set mode of form or data card inside the Power App. \nMy channel has some videos on checking role of logged in user.', 'Hi sir, can you please help me in this scenario, due to threshold limit of the sharepoint i am able to use 12 lookup columns in my list. but in my required there should be 13 for that i am using text box in the list while customizing in PowerApps for the list form i am using as people picker for one control. My data is saving to the list. but while editing it data is not showing. Please help me sir.', 'How to Filter SharePoint List Data in Power Apps TABLE Control | Multiple Filters\nhttps://youtu.be/IhfBPKY8tqc']
|
| 3 |
+
0;8639;0_game_players_year_trade;['game', 'players', 'year', 'trade', 'sterlo', 'season', 'player', 'play', 'draft', 'win'];"['@stevehardman4686 yes I do agree with %90 what you saying. That is difference from my point of view. TJ would not sign less than $11. Matthew would not sign less than TJ. After that game was changed. Stupid Nylander deal did break spirit of the team ( just compare before and after him) because trads talks and I did say it after his first week of his strike. Guy has no loyalty to the team and I did not see his hard working ethic (probably just me)last year. We do not have any player who may replace kadri as he fight for the teammates. His actions were retaliation for Marlow hit. Nobody did it and that would not happened in playoff winners. Shame. Plus refery were on Boston side to many times. And he is loyal hard working guy wuth many issues, but not more than others. Zaitsev is one of the best offensive pack moving D, but was used by Babcock differerently this season, but had good end after Mazen came. Kappanen & Johnson are not matching Matthews line, just not first line players, average. Similar players you may find tonnes in Russia or Swedish leagues for less than $1 mil. Also, I would like to mention all year trade talks, which always bad for the business. I could be wrong. Imho.', 'Love the show guys !! Question for Sterlo: Who do you think is the most integral player to their team come finals time?', ""Pre-podcast thoughts\n\nI believe Rodgers wanted the walk off SB win these last 2 years. IF he comes back, he has to accept it's for thro long haul, I think the Packers always wanted Rodgers until Love's year 4, but if Jordan is fine with waiting just a bit longer, he may have a better team than if he was the guy now. He is CLEARLY hungry for the chance to start. I say if Rodgers does come back. He retires 2024. No SB tho. \n\nTwo major things will affect running it back vs blow it up\n\nWill Rodgers be back in GB, if yes, then will his return allow Ball to get players to sign for less early in their contract so the cap bloom next year catches the increase? If yes..run it all back if you can keep 99% of your defensive starters, plus your play makers on offense. \n\nIf no to either of those, will Rodgers or or Adams exit free up enough room to keep that Line and defense intact for JLo? If yes again, do that\n\n\nIf 12 &17 go, and the defense is simply too expensive, nuke it. Try and keep turner and Kelly to keep your young and a lil fragile QB upright, and just focus on improving him on offense and see where you go, wait for that sweet cap raise and then free agent mine and maybe even resign some guys back who are on less than great deals on other teams, 1 year or otherwise no what they feel they want. With your new high picks. Build the new and improved Lafleur offense and HOPEFULLY Rodgers and Adams are on other teams, so you have at least 1 first round trade pic and some good comps. Plus picks from your losing season (assuming we have one)\n\nPriority list if you want to be intact, keep that defense intact, try and convince Adams. Win Rodgers at the idea this is a juggernaut team. \n\nThat's my top 3 best scenarios as of rn\n\nNow to listen to the cast and listen some actaully good ideas 😂""]"
|
| 4 |
+
1;5762;1_flutterflow_flutter_firebase_code;['flutterflow', 'flutter', 'firebase', 'code', 'dart', 'flow', 'supabase', 'api', 'backend', 'custom'];['Flutterflow for me', 'Thank you flutterflow', '@@krabhishek How do you that in Flutterflow?']
|
| 5 |
+
2;8120;2_welcome_appreciate_wow_hear;['welcome', 'appreciate', 'wow', 'hear', 'words', 'brother', 'man', 'glad', 'liked', 'pleasure'];['You are so welcome! I appreciate it :D', 'Awesome, welcome and thank you.', 'Awesome! You are most welcome']
|
| 6 |
+
3;5615;3_mobile_android_apps_web;['mobile', 'android', 'apps', 'web', 'description', 'ios', 'building', 'sample', 'download', 'application'];['Did u do the same with a app on mobile? App store?', 'Hey Thanks for the video,\nYour video works great for web app\nBut can you help how to make this of mobile app?', 'I use it for every app']
|
| 7 |
+
4;5056;4_power_apps_powerapps_platform;['power', 'apps', 'powerapps', 'platform', 'automate', 'sharepoint', 'microsoft', 'powerapp', 'reza', 'form'];['Always the best videos for Power Apps. Thank you Reza!', 'This is for power apps only', 'Power apps! Great video.']
|
| 8 |
+
5;5362;5_issue_worked_fix_solve;['issue', 'worked', 'fix', 'solve', 'solved', 'experienced', 'description', 'facing', 'members', 'figured'];['Hello, Same problem did you find a solution ?@@02Joshua', 'Most welcome! I have not experienced the mentioned issue, hence not sure of the cause or fix.\nYou can try downloading the solution shown in video (members only - check video description for details)', 'same issue with me, did you found its solution?']
|
| 9 |
+
6;4242;6_image_file_attachments_attachment;['image', 'file', 'attachments', 'attachment', 'files', 'upload', 'folder', 'images', 'document', 'library'];"['Thanks for this, Reza. I\'m struggling to just get the Attachment control to appear. Every time I add the list to the form, I always get ""Images"" with an Add Media control instead of an Attachments control like in the video.\n\nI\'ve tried this with other lists in my SharePoint library, but Attachment control is not showing up at all. Any help would be so helpful!', 'Hi Shane, Is there any way to upload attachments from power app gallery with dynamic attachment controls to SP list or Doc library', 'This is to show file (document library) previews only.\nFor list attachments - I have done other videos. You can check those.']"
|
| 10 |
+
7;4410;7_tutorial_tutorials_step_follow;['tutorial', 'tutorials', 'step', 'follow', 'beginner', 'beginners', 'helpful', 'clear', 'steps', 'useful'];['@LisaCrosbiecan you do a tutorial on that please?', 'great tutorial!! thank you', 'Great tutorial. You are really good']
|
| 11 |
+
8;3308;8_date_calendar_dates_month;['date', 'calendar', 'dates', 'month', 'event', 'picker', 'mm', 'booking', 'events', 'yyyy'];"['@RezaDorrani in video you have showed the Based on Priority dropdown date field is taking days and showing date. instead of day if my SharePoint list having fix date than AddDate function will work and display the date', ""Thanks Deepak, I've created your calendar based on your tutorial (thanks)\nCan you upload a video that builds upon that, accounting for the following - tasks have a start and end date, so are spread across multiple days (instead of a single date, in your example you've used due date)\nAlso, a form that a team member can use on the calendar to add a new task with start/due date.\nThank you"", 'Hi Deepa, Great video thank you so much!!!🎉 Have a question: How do we have the tasks appear on all dates from Start Date to Due Date instead of just on Due Date?']"
|
| 12 |
+
9;3847;9_lol_rezadorrani_reply_oh;['lol', 'rezadorrani', 'reply', 'oh', 'yeah', 'okay', 'aprildunnam', 'danielchristian19', 'joetayactac', 'haha'];['@RezaDorrani great, thanks a lot', '@RezaDorrani how to be you? You are my Idol!', '@RezaDorrani Thanks for the help']
|
| 13 |
+
10;3887;10_ai_agent_agents_tools;['ai', 'agent', 'agents', 'tools', 'prompt', 'automation', 'skool', 'human', 'tool', 'business'];"[""Where's the AI part?"", 'vaaps.ai should have them', '""AI"" but... shhh 🤫 it was just for you!']"
|
| 14 |
+
11;3625;11_box_combo_dropdown_select;['box', 'combo', 'dropdown', 'select', 'combobox', 'selected', 'checkbox', 'choice', 'values', 'default'];['Another nice video from you, Shane! Thanks (y) . Quick query - I have combo box as one of the field in my form. I selected - more than one value in combo box , (say 2 out of 5)and submitted the form. When I open the form in EDIT mode, how can I see those 2 values as preselected in combo box along with other 3 values?', 'Hi Reza, why am I not able to add a combo box to my Gallery? I am able to add a modern combo box but not the classic combo box.', 'Multi select people Picker does not work with Modern combo box.\nPlease use classic combo box for that.']
|
| 15 |
+
12;2525;12_bubble_io_plugin_api;['bubble', 'io', 'plugin', 'api', 'page', 'forum', 'native', 'web', 'plugins', 'building'];['can you make a video on using the tinderpile in bubble.is, this would help me a lot', 'Can I create VTU app on bubble?', '...like dreamweaver, bubble is a wysiwyg']
|
| 16 |
+
13;2285;13_tank_pump_wave_water;['tank', 'pump', 'wave', 'water', 'fish', 'wavemaker', 'maker', 'pumps', 'jebao', 'tanks'];['40cm×40cm×40cm marrain tank wave maker size', 'Should I get a wave maker for a 20 gallon tank?', 'I have aio tank and the pump of this tank is 10× tank do I need wavemaker for it']
|
| 17 |
+
14;3307;14_glad_helpful_helped_useful;['glad', 'helpful', 'helped', 'useful', 'super', 'happy', 'welcome', 'hear', 'helpfull', 'man'];"['Glad it was helpful, thanks!', ""Thanks! I'm glad it was helpful for you!"", 'I am glad you found it helpful.']"
|
| 18 |
+
15;2501;15_filemaker_richard_fmtraining_training;['filemaker', 'richard', 'fmtraining', 'training', 'tv', 'claris', 'www', 'rcc', 'http', 'fm'];"[""FileMaker Performance Tuning - HOnza Koudelka Day!!! https://youtu.be/Zmc2Mkw49js\n\n\nDaily Open Q&A with FileMaker Experts. Questions about Installation, Upgrading, Purchasing or How to make FileMaker work for you in your company to increase ROI.\nCheck out our daily live stream FileMaker schedule at https://fmtraining.tv/#LIVE\n\nFileMaker is a cross-platform relational database application from FileMaker Inc. \nhttps://en.wikipedia.org/wiki/FileMaker\n\nCustomer relationship management, processes implemented to manage a company's interactions with customers and prospects\nhttps://en.wikipedia.org/wiki/CRM\n\nClaris International Inc., formerly FileMaker Inc., is a computer software development company formed as a subsidiary company of Apple Computer.\nhttps://en.wikipedia.org/wiki/Claris\n\nTop Rated FileMaker Video Training Course by FileMaker Expert, Richard Carlton. http://fmtraining.tv/fmpro19.php \n\nExperience Richard's dynamic and exciting teaching format, while learning both basic, intermediate, and advanced FileMaker development skills. With 30 years of FileMaker experience and a long time speaker at FileMaker's Developer Conference, Richard will teach you all the ins and outs of building FileMaker Solutions. \nThe course is 60 hours of video content!\n\nRichard has been involved with the FileMaker platform since 1990 and has grown RCC into one of the largest top tier FileMaker consultancies worldwide. \n\nRichard works closely with RCC's staff: a team of 30 FileMaker developers and supporting web designers. He has offices in California, Nevada, and Texas.\n\nRichard has been a frequent speaker at the FileMaker Developers Conference on a variety of topics involving FileMaker for Startups and Entrepreneurs, and client-server integration.\n\nRichard is the Product Manager for FM Starting Point, the popular and most downloaded free FileMaker CRM Starter Solution.\n\nLooking for FM Starting Point free software download: http://www.fmstartingpoint.com\n\nRCC, FileMaker Videos, and fmtraining.tv are headquartered in Santa Clara, CA.\n\nhttp://www.rcconsulting.com/\n\nContact us at support@rcconsulting.com\n\nFree FileMaker Training Videos Channel https://www.youtube.com/user/FileMakerVideos\n\nFree FileMaker videos check out ...http://www.filemakervideos.com\n\nDownload the FileMaker Pro & FileMaker GO for mobile devices training videos at http://www.fmtraining.tv\n\nDownload FileMaker Go video training at https://fmtraining.tv/fmgo19.php\n\nDownload Claris FileMaker Full Video Training Bundle at https://fmtraining.tv/subscription.php\n\nhttps://www.youtube.com/playlist?list=PLjTvUZtwtgBQxim8ZEDcBE62OARqaJZAb\nhttps://www.youtube.com/watch?v=Zmc2Mkw49js&list=PLjTvUZtwtgBQxim8ZEDcBE62OARqaJZAb&index=115\nhttp://feeds.feedburner.com/FilemakerQAndAWithRichardCarlton-FmtrainingtvFilemakerPlatformLiveStrea"", ""FileMaker Monkeybread Plug-in Spotlight: Image Editing - Claris FileMaker Platform Experts https://youtu.be/PzDHgF9N6HE\n\n\nDaily Open Q&A with FileMaker Experts. Questions about Installation, Upgrading, Purchasing or How to make FileMaker work for you in your company to increase ROI.\nCheck out our daily live stream FileMaker schedule at https://fmtraining.tv/#LIVE\n\nFileMaker is a cross-platform relational database application from FileMaker Inc. \nhttps://en.wikipedia.org/wiki/FileMaker\n\nCustomer relationship management, processes implemented to manage a company's interactions with customers and prospects\nhttps://en.wikipedia.org/wiki/CRM\n\nClaris International Inc., formerly FileMaker Inc., is a computer software development company formed as a subsidiary company of Apple Computer.\nhttps://en.wikipedia.org/wiki/Claris\n\nTop Rated FileMaker Video Training Course by FileMaker Expert, Richard Carlton. http://fmtraining.tv/fmpro19.php \n\nExperience Richard's dynamic and exciting teaching format, while learning both basic, intermediate, and advanced FileMaker development skills. With 30 years of FileMaker experience and a long time speaker at FileMaker's Developer Conference, Richard will teach you all the ins and outs of building FileMaker Solutions. \nThe course is 60 hours of video content!\n\nRichard has been involved with the FileMaker platform since 1990 and has grown RCC into one of the largest top tier FileMaker consultancies worldwide. \n\nRichard works closely with RCC's staff: a team of 30 FileMaker developers and supporting web designers. He has offices in California, Nevada, and Texas.\n\nRichard has been a frequent speaker at the FileMaker Developers Conference on a variety of topics involving FileMaker for Startups and Entrepreneurs, and client-server integration.\n\nRichard is the Product Manager for FM Starting Point, the popular and most downloaded free FileMaker CRM Starter Solution.\n\nLooking for FM Starting Point free software download: http://www.fmstartingpoint.com\n\nRCC, FileMaker Videos, and fmtraining.tv are headquartered in Santa Clara, CA.\n\nhttp://www.rcconsulting.com/\n\nContact us at support@rcconsulting.com\n\nFree FileMaker Training Videos Channel https://www.youtube.com/user/FileMakerVideos\n\nFree FileMaker videos check out ...http://www.filemakervideos.com\n\nDownload the FileMaker Pro & FileMaker GO for mobile devices training videos at http://www.fmtraining.tv\n\nDownload FileMaker Go video training at https://fmtraining.tv/fmgo19.php\n\nDownload Claris FileMaker Full Video Training Bundle at https://fmtraining.tv/subscription.php\n\nhttps://www.youtube.com/playlist?list=PLjTvUZtwtgBQxim8ZEDcBE62OARqaJZAb\nhttps://www.youtube.com/watch?v=PzDHgF9N6HE&list=PLjTvUZtwtgBQxim8ZEDcBE62OARqaJZAb&index=174\nhttp://feeds.feedburner.com/FilemakerQAndAWithRichardCarlton-FmtrainingtvFilemakerPlatformLiveStream"", ""Open Q&A about Nick’s FileMaker Tips and Tricks - Learn From Claris FileMaker Platform Experts https://youtu.be/j-JfBmBJMF8\n\n\nDaily Open Q&A with FileMaker Experts. Questions about Installation, Upgrading, Purchasing or How to make FileMaker work for you in your company to increase ROI.\nCheck out our daily live stream FileMaker schedule at https://fmtraining.tv/#LIVE\n\nFileMaker is a cross-platform relational database application from FileMaker Inc. \nhttps://en.wikipedia.org/wiki/FileMaker\n\nCustomer relationship management, processes implemented to manage a company's interactions with customers and prospects\nhttps://en.wikipedia.org/wiki/CRM\n\nClaris International Inc., formerly FileMaker Inc., is a computer software development company formed as a subsidiary company of Apple Computer.\nhttps://en.wikipedia.org/wiki/Claris\n\nTop Rated FileMaker Video Training Course by FileMaker Expert, Richard Carlton. http://fmtraining.tv/fmpro19.php \n\nExperience Richard's dynamic and exciting teaching format, while learning both basic, intermediate, and advanced FileMaker development skills. With 30 years of FileMaker experience and a long time speaker at FileMaker's Developer Conference, Richard will teach you all the ins and outs of building FileMaker Solutions. \nThe course is 60 hours of video content!\n\nRichard has been involved with the FileMaker platform since 1990 and has grown RCC into one of the largest top tier FileMaker consultancies worldwide. \n\nRichard works closely with RCC's staff: a team of 30 FileMaker developers and supporting web designers. He has offices in California, Nevada, and Texas.\n\nRichard has been a frequent speaker at the FileMaker Developers Conference on a variety of topics involving FileMaker for Startups and Entrepreneurs, and client-server integration.\n\nRichard is the Product Manager for FM Starting Point, the popular and most downloaded free FileMaker CRM Starter Solution.\n\nLooking for FM Starting Point free software download: http://www.fmstartingpoint.com\n\nRCC, FileMaker Videos, and fmtraining.tv are headquartered in Santa Clara, CA.\n\nhttp://www.rcconsulting.com/\n\nContact us at support@rcconsulting.com\n\nFree FileMaker Training Videos Channel https://www.youtube.com/user/FileMakerVideos\n\nFree FileMaker videos check out ...http://www.filemakervideos.com\n\nDownload the FileMaker Pro & FileMaker GO for mobile devices training videos at http://www.fmtraining.tv\n\nDownload FileMaker Go video training at https://fmtraining.tv/fmgo19.php\n\nDownload Claris FileMaker Full Video Training Bundle at https://fmtraining.tv/subscription.php\n\nhttps://www.youtube.com/playlist?list=PLjTvUZtwtgBQxim8ZEDcBE62OARqaJZAb\nhttps://www.youtube.com/watch?v=j-JfBmBJMF8&list=PLjTvUZtwtgBQxim8ZEDcBE62OARqaJZAb&index=143\nhttp://feeds.feedburner.com/FilemakerQAndAWithRichardCarlton-FmtrainingtvFilemakerPlatformLiveStream""]"
|
| 19 |
+
16;2972;16_n8n_workflows_ai_automation;['n8n', 'workflows', 'ai', 'automation', 'agents', 'workflow', 'agent', 'mcp', 'node', 'nodes'];['This video was made with n8n', 'what even is n8n', 'n8n is a fouly hourse']
|
| 20 |
+
17;2931;17_excel_appsheet_sheet_google;['excel', 'appsheet', 'sheet', 'google', 'sheets', 'export', 'csv', 'file', 'spreadsheet', 'table'];['Why not Excel? 😮', 'great for AppSheet work💯', 'What about Appsheet?']
|
| 21 |
+
18;2127;18_pdf_print_file_printing;['pdf', 'print', 'file', 'printing', 'page', 'screen', 'function', 'generate', 'html', 'pdfs'];['Pdf not showin \nPage not found', 'Create a pdf and print out the pdf is the best idea I have for that.', 'Can i still get a pdf from this']
|
| 22 |
+
19;2953;19_api_login_password_token;['api', 'login', 'password', 'token', 'authentication', 'key', 'account', 'auth', 'sign', 'user'];['The api token is not showing for me, Why ?', 'why is it asking me login and password', '@@MatteDeiMatte so which API did you use?']
|
| 23 |
+
20;1771;20_solar_battery_hai_ki;['solar', 'battery', 'hai', 'ki', 'ka', 'hy', 'hain', 'panels', 'ko', 'ho'];['@abb1591 Is wqqt sb se best solar panels jinko, risen or trina k hain.. Teeno ki price or specification bhi taqreeban same hain. Inveter vm series me kisi bhi company me le lein best hy sb k andar hi taqreeban ek hi trah ka charge controller or board lga hua hy jo k manufacture by Voltronic hy. Fan sirf DC le lein agr solar panel ya battery pr chlana hy', 'ap sab say pehly apni batteries k mutabik setting karain\nus k bad solar first ke setting karain,\nutility load par batteries utility and solar dono say batteries ko charge karta hai to pv k volt drop ho jaty hain, agar ap behtar samjain or ap ka load ap k solar system ke power k mutabik hai to suba k time say magrib tak apni wapda off kar diya karain or rat ko wapda on kar diya karain\nmain ny apni wapda permanent off ke hue hai kyun k mera main load dc ka hai or 220v ka load sirf 2 say 3 lights ka hai', 'Adnan bhai use yani user defined ke mutaliq jo bataya hai wo 100 percent correct hai baqi jitne bhi logon ne ye setting ka batia hai wo ye hi kehte hain ke ups apne aap hi battery ko detect krle ga ke konsi type ki battery hai dar haqeeqat jab mene is inverter ki settings ko read kiya tu mughe ye hi pata chala tha ke user defined rakhne se aap battery ke charging voltage aur discharging voltage ko khud se adjust kr sakte ho manually.']
|
| 24 |
+
21;2051;21_simplifier_amp_sounds_sound;['simplifier', 'amp', 'sounds', 'sound', 'pedal', 'cab', 'guitar', 'stereo', 'tone', 'loop'];"['For your first question: Yes that is exactly what you would do, then you could use the XLR out as a DI while still playing through a real amp. \nSecond question: Honestly not sure if what you described will work but it makes sense to me. You could also go out the preamp ""Send"" into the the front of your amp to use it as a drive/preamp pedal. (This will bypass the cab sim which is what you would want).\nLast question: You would still get sound but the Cab Sim would be in your signal and it would sound undesirable. (Although tone is subjective so you might like it). If by ""without enabling any knob"" you mean that you set every knob to zero including the volume, than yes, no sound.', 'All I need is enough of an amp & cab sim to allow me to use my pedals without an amp & cab. If you want more from an amp & cab sim…for it to be a big part of the sound…then it might not be for you. And in my case, the Simplifier is the only product in the category I’ve seen that includes everything that I want in one box. Effects loop, DI, headphone out, etc. It seems like everyone else leaves out at least one important element that then means you have to buy one or two other boxes for a complete solution to giving your pedalboard all the outs of a multi-fx unit from decades ago.', ""What do you use for the more serious stuff, and which aspect of the tone did you find lacking for some purpose? To me the Simplifier DLX sounds terrific at least on Youtube demos, and there seems to be some sort of an analog thickness to the sound that I don't quite hear in digital amp sims like Iridium - this observation being completely based on Youtube demos so far. Replicating any specific Fender/Marshall/Vox model's sound is not of interest to me at all, I just want to get nice sounds, and real amps are not an option. The feature set on the Simplifier DLX seems to be designed for me personally ;) All the way down to the stereo spread switch. It looks like both the cab sim sound from the XLR outputs and a cab/amp?-less sound can be recorded simultaneously, which should work very well for recording and re-amping or using other cab/amp sims or IRs.""]"
|
| 25 |
+
22;1597;22_boom_boomi_gay_lol;['boom', 'boomi', 'gay', 'lol', 'dj', 'oh', 'designer', 'gonna', 'excited', 'black'];['Boomy can we get this to 100k likes and comins saying boom', 'We boom heart hearts', 'IT Only Boom. 💐💐💐🚗🚓🚗🚗🚗']
|
| 26 |
+
23;2639;23_forums_powerusers_recommend_posting;['forums', 'powerusers', 'recommend', 'posting', 'microsoft', 'checking', 'similar', 'case', 'issue', 'screenshots'];['@stefin.nathan5960 I would recommend posting your issue on forums \nhttps://powerusers.microsoft.com/', '@@benjaminlahsen6721 I would recommend posting your issue on forums \nhttps://powerusers.microsoft.com', 'I will recommend posting your issue on the forums at https://powerusers.microsoft.com']
|
| 27 |
+
24;2622;24_search_filter_filters_filtering;['search', 'filter', 'filters', 'filtering', 'text', 'field', 'delegable', 'records', 'startswith', 'results'];['does the search text field work?', 'You can search and filter at same time. I have a video on that topic.', 'how to filter table instead of search']
|
| 28 |
+
25;2815;25_explanation_explained_clear_concise;['explanation', 'explained', 'clear', 'concise', 'straight', 'explanations', 'explaining', 'clearly', 'overview', 'detailed'];"['Thanks for the clear explanation ☺️☺️', 'Such a clear explanation', 'Very clear explanation. !! thanks a lot """"']"
|
| 29 |
+
26;2783;26_code_low_coding_tools;['code', 'low', 'coding', 'tools', 'programming', 'developer', 'nocode', 'tool', 'visual', 'developers'];['How about if it comphare to Code on time, please help', 'Low code and no code.. this is good.', 'or i could code in C#. C# on top']
|
| 30 |
+
27;2261;27_gallery_items_galleries_item;['gallery', 'items', 'galleries', 'item', 'property', 'selected', 'vertical', 'reza', 'collection', 'form'];['Hey Rohit,\nThat is a gallery.', 'How can I create a gallery like the one in the video?', 'Gallery is connected to the data source. If you need empty gallery each time, then use the Collection as items property for the gallery.']
|
| 31 |
+
28;1912;28_chat_openai_chatgpt_gpt;['chat', 'openai', 'chatgpt', 'gpt', 'chatbot', 'api', 'conversation', 'prompt', 'model', 'messages'];"['why do you use openrouter api for gpt 4.1, instead of just using the openAI Api directly?', ""Hi David, this tutorial overviews the api version of GPT that is Completions and no tutorial yet for the version of the api that is Chat. But here's a rough list of steps to setup a new api call in Bubble to interact with the Chat version of api.. \n\n(1) you'll want to read and study the docs https://platform.openai.com/docs/api-reference/chat/create\n(2) setup a new API call (with same authentication as shown in this video, the only difference is you doing a new api call) that is a POST to https://api.openai.com/v1/chat/completions and run it as an action\n(3) note the parameters box on right side https://platform.openai.com/docs/api-reference/chat/create as that's what goes in your json body when you build out the API call in Bubble\n(4) the trick to all of this is getting your bubble data structure to format each part of the chat as shown in the first black code block on https://platform.openai.com/docs/guides/chat under “An example API call looks as follows:”.. I’d suggest a data type that includes a field for Role (could be an option set of system/user/assistant, and a field for Text (to hold the sent messages and responses) … essentially whatever parts of the json you make dynamic over in the API call that you setup, like to 5:25 (this part it helps to have a working knowledge of Bubble APIs more so than knowing this particular example .. again, the trick to all of this is getting the data you’re submitting when you run the workflow action in Bubble to post data over to the chatgpt Chat api is getting into that example format mentioned at the start of this point\n(5) if you’ve got the action setup to send the data in the correct format and you’re getting responses and saving the data in a structured way, you can display this data in a repeating group so it appears as a chat and play with the UI so it feels more like a chat\n(6) because OpenAI has a token limit, for the time being, you will run into the issue of having too many characters/tokens at some point and will want to shave off the oldest chat messages but that is a discussion for another day,\n\nHope that helps."", ""@@christophedecrouy3822 yes it's possible \n\nI'll re-share the response to another comment here but it's a different API of OpenAI's that you'd be interacting with. This tutorial overviews the api version of GPT that is Completions and no tutorial yet for the version of the api that is Chat. But here's a rough list of steps to setup a new api call in Bubble to interact with the Chat version of api.. \n\n(1) you'll want to read and study the docs https://platform.openai.com/docs/api-reference/chat/create\n(2) setup a new API call (with same authentication as shown in this video, the only difference is you doing a new api call) that is a POST to https://api.openai.com/v1/chat/completions and run it as an action\n(3) note the parameters box on right side https://platform.openai.com/docs/api-reference/chat/create as that's what goes in your json body when you build out the API call in Bubble\n(4) the trick to all of this is getting your bubble data structure to format each part of the chat as shown in the first black code block on https://platform.openai.com/docs/guides/chat under “An example API call looks as follows:”.. I’d suggest a data type that includes a field for Role (could be an option set of system/user/assistant, and a field for Text (to hold the sent messages and responses) … essentially whatever parts of the json you make dynamic over in the API call that you setup, like to 5:25 (this part it helps to have a working knowledge of Bubble APIs more so than knowing this particular example .. again, the trick to all of this is getting the data you’re submitting when you run the workflow action in Bubble to post data over to the chatgpt Chat api is getting into that example format mentioned at the start of this point\n(5) if you’ve got the action setup to send the data in the correct format and you’re getting responses and saving the data in a structured way, you can display this data in a repeating group so it appears as a chat and play with the UI so it feels more like a chat\n(6) because OpenAI has a token limit, for the time being, you will run into the issue of having too many characters/tokens at some point and will want to shave off the oldest chat messages but that is a discussion for another day,\n\nHope that helps.""]"
|
| 32 |
+
29;1582;29_hai_bhai_ho_se;['hai', 'bhai', 'ho', 'se', 'ka', 'bhi', 'ki', 'ke', 'aap', 'kya'];"[""Task 5 nhi ho raha hai manually bhi try kar lia hai but didn't work."", 'bhai chat gpt strawberry aa raha hai and reports se pata chala hai ke wo khud apna data generate karne wala hai to kya aise me data scientist ke job par koi asar padega kya data science padhna safe hai please ek video bana do', 'Sir 7 members he ye he topic PE kaam kare rahe hai hamari raat ko class hoti hai ham 7 members ye he power aap Maine kaam kar rahe hai sir or ke baat bole ni thi aapne Jo pehle se le kar last Tak ki video banayi hai to ASI video bana Dona ki ek he video mein sab kuch aajaye or ham video dekhta hai to aap ne kise Maine kaha formula putup Kiya wo samje nhi aata isliye toda slow samjaya Karo to parfect samje aaye thank sir aapne reply Diya']"
|
| 33 |
+
30;4012;30_tried_haven_feature_scenario;['tried', 'haven', 'feature', 'scenario', 'sorry', 'im', 'aware', 'option', 'explored', 'believe'];['Possible but I have not tried it', 'Yes sure its possible', '@@IlaChauhan-hx2sq Its possible for sure but not something I have tried']
|
| 34 |
+
31;1677;31_inventory_order_invoice_stock;['inventory', 'order', 'invoice', 'stock', 'cart', 'sales', 'item', 'quantity', 'items', 'stocks'];"['Do you have system for web cameras to monitor inventory on shelves and trigger re order before stock out?', 'Certainly! To automatically update the stock availability in your ""Item"" list while running your PowerApps, you can follow these steps:\n\n1. **Create a Collection**:\n - In your PowerApps app, create a collection to store the information as the user interacts with the shopping cart. You can use the `Collect` function to add items to this collection. For example:\n ```powerapps\n Collect(\n ShoppingItemsOrdered,\n {\n ProductImage: ThisItem.\'Product Image\',\n ProductID: ThisItem.\'Product ID\',\n ProductName: ThisItem.\'Product Name\',\n ProductPrice: ThisItem.\'Product Price\',\n ProductQuantity: QuantityValue.Selected.Result,\n ProductTotalCost: (ThisItem.\'Product Price\' * QuantityValue.Selected.Result),\n ProductNewStock: ThisItem.\'Product Stock\' - QuantityValue.Selected.Result\n }\n );\n ```\n - The `ProductNewStock` field calculates the updated stock based on the quantity selected by the user.\n\n2. **Submit Order**:\n - When the user clicks the submit order button, use the `ForAll` function to update the original item list (e.g., \'Items - Spirits\') with the new stock values:\n ```powerapps\n ForAll(\n ShoppingItemsOrdered,\n UpdateIf(\n \'Items - Spirits\',\n \'Product ID\' = ProductID,\n {\'Product Stock\': ProductNewStock}\n )\n );\n ```\n - This formula will update the stock on the original item list without any errors.\n\nRemember to adjust the field names and list names according to your specific setup. If you encounter any issues or need further assistance, feel free to ask! 😊\n\nSource: Conversation with Bing, 4/17/2024\n(1) Solved: Shopping Cart - Update Product Stock - Power Platform Community. https://powerusers.microsoft.com/t5/Building-Power-Apps/Shopping-Cart-Update-Product-Stock/td-p/826890.\n(2) Update and UpdateIf functions - Power Platform | Microsoft Learn. https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-update-updateif.\n(3) Solved: Updating Quantity for Inventory App. - Power Platform Community. https://powerusers.microsoft.com/t5/Building-Power-Apps/Updating-Quantity-for-Inventory-App/td-p/745396.\n(4) How to Update SharePoint List Using Power Automate - Process Street. https://www.process.st/how-to/update-sharepoint-list-using-power-automate/.', 'Bro, you showed how to create a sale (stock out), but that doesn\'t reflect in the main inventory.. \n\nI have checked part 2 of this video, where you showed add stock (stock in) and which is reflected in inventory.\n\nKindly guide me on how to COMBINE ""stock in"" and ""stock out"" in Inventory']"
|
| 35 |
+
32;2116;32_patch_collection_function_patching;['patch', 'collection', 'function', 'patching', 'record', 'grid', 'collections', 'error', 'column', 'sharepoint'];['Patch is the way to go.', 'You can use Patch to update the collection.', 'You could use Patch for that.']
|
| 36 |
+
33;2849;33_form_edit_forms_submit;['form', 'edit', 'forms', 'submit', 'button', 'mode', 'screen', 'fields', 'view', 'save'];['Sir if we want to go to new form and from our data table we have to fill our selected values which we want only in new form here edit form is happening but we want new form to fill new form And only the values that we have to fill in the form are there', 'What if I use a form..', 'Hi..I checked most of the form control playlist..Mostly I could see Edit form is used instead of display form.\nCan you let me know is it possible to make display form to edit form?']
|
| 37 |
+
34;3460;34_vid_interesting_fantastic_wonderful;['vid', 'interesting', 'fantastic', 'wonderful', 'man', 'shane', 'loved', 'enjoyed', 'presentation', 'absolutely'];['Another grear video!!! Thank you.', 'many thanks for the video', 'I like this video..']
|
| 38 |
+
35;1354;35_song_beautiful_music_album;['song', 'beautiful', 'music', 'album', 'voice', 'performance', 'lovely', 'fear', 'songs', 'sheldon'];['I like this song', 'Very meaningfull song, keep it up..💖💖💖', 'Emotional melody song.😌']
|
| 39 |
+
36;1755;36_india_tamil_tn_interview;['india', 'tamil', 'tn', 'interview', 'dmk', 'state', 'suresh', 'government', 'education', 'govt'];"['What a interview...to grow our TN and india?', 'Both are same if TN is developed india will also', '"" No. 1 is Tamil Nadu "" in India']"
|
| 40 |
+
37;1046;37_firebase_firestore_supabase_storage;['firebase', 'firestore', 'supabase', 'storage', 'database', 'backend', 'rules', 'authentication', 'ff', 'rowy'];['Firebase, Mockaroo, Firefoo', 'There is already one. Firebase', 'How to do this in Firebase?']
|
| 41 |
+
38;1224;38_stripe_payment_plugin_payments;['stripe', 'payment', 'plugin', 'payments', 'account', 'checkout', 'card', 'customer', 'bubble', 'bank'];"[""Hi Majd, make sure that you're using the test version of the app if you're using a test card 4242 4242 4242 and any expiration date in future, any CVV. If you're integrating Stripe.js 2 then you will want be sure you create a customer in stripe, save the stripe customer iD and save the STripe ID of their card when you create their card with a stripe token. then when you charge them with a saved card use this stripe card id that you saved in Bubble on the user. I will cover another payments tutorial sometime in the future, would be great to go over Stripe.js 2 plugins because it's very flexible"", 'My first question is : what is the field type of StripeID ? I have many options of stripe type fields ( Stripe invoice, Stripe Customer, Stripe Subscription, Stripe Subscription Item, etc...) but no StripeID.', 'Yes using Stripe']"
|
| 42 |
+
39;2392;39_free_plan_paid_pay;['free', 'plan', 'paid', 'pay', 'month', 'trial', 'subscription', 'monthly', 'cost', 'credits'];['it is free for now', 'And it is not *FREE*', 'Not free either']
|
| 43 |
+
40;2613;40_github_file_download_sample;['github', 'file', 'download', 'sample', 'zip', 'demo', 'rdorrani', 'repo', 'code', 'git'];['I could only copy the code and not download as file?', 'can you download the file? @Nnamdi Ihenetu-Geoffrey', 'How to download the file ?']
|
| 44 |
+
41;1982;41_email_send_notification_emails;['email', 'send', 'notification', 'emails', 'notifications', 'outlook', 'push', 'sent', 'mail', 'address'];"['Hello bro, I make a dynamic email which let the email update the table with a quick edit in the email\nHowever my problem is that when it is update the same e-mail is send back \nAlready tried this row before and after but it does work and sometimes makes the system dont send the email at all', ""Email Notification is one of the most common requirements for even a simple app, and why do we need to write scripts to send email notification? After Google putting so much effort and money on making AppMaker, what cost you so much by including Email Notification feature? For a non-technical business people, some (if not many) can actually give up on your product due to lack of email notification -- they can't write code to send email anyway. Think about it Google."", 'Simply send a notification email']"
|
| 45 |
+
42;1510;42_audio_music_sound_voice;['audio', 'music', 'sound', 'voice', 'background', 'mic', 'volume', 'microphone', 'annoying', 'hear'];"['background music is more louder than your voice !', ""Can't hear the audio, only music."", 'Good music audio']"
|
| 46 |
+
43;1620;43_flow_flows_trigger_automate;['flow', 'flows', 'trigger', 'automate', 'power', 'run', 'action', 'apps', 'powerapps', 'v2'];"[""Nice video! But do you know what I could do if I don't see the Power Automate flow in Power Apps? I did an Instant Cloud Flow with Power Apps as a trigger and it doesn't show up in the PowerApps flows. Thanks!"", 'I am new to power automate flows. I watched couple of your videos and finally able to create one flow. But now I want to use same flow for another list . How to use same flow for more than one Sharepoint list within one Sharepoint.', 'A flow cannot have an app in it.']"
|
| 47 |
+
44;1162;44_sending_po_support_class;['sending', 'po', 'support', 'class', 'waiting', 'youtubers', 'yummy', 'youtuber', 'ivan', 'host'];['sending support and waiting. yayalabs', 'Sending love and full support from team eagle waiting here', 'Sending love and support waiting for this yayalabs']
|
| 48 |
+
45;916;45_approval_approver_approvals_approve;['approval', 'approver', 'approvals', 'approve', 'approvers', 'approved', 'reject', 'flow', 'status', 'request'];"['@RezaDorrani MS flow approval, sends the e-mail with approval button, but I want approver to review and edit the information and then approve it. I want the form to have pre-filled data, approver updates the information and approve to move to next level of approval. Please give me some directions to research on myself. It will be great, if you can make one quickly.', ""Hi Reza! This is, in fact, an excellent video. But one question from me is, how can I get the API when I create an approval action in Power Automate? Since I don't have the approval dashboard like yours, where I can also approve within Power Automate, I only have the options of approval in Teams and email."", 'We are using an approval action which does send the approval task to both email and Teams']"
|
| 49 |
+
46;1552;46_controls_modern_color_control;['controls', 'modern', 'color', 'control', 'classic', 'theme', 'colors', 'font', 'preview', 'colour'];"['I have not tried with modern controls hence not sure', 'Do you need to use modern controls?', ""I can't find modern controls""]"
|
| 50 |
+
47;1378;47_model_canvas_driven_apps;['model', 'canvas', 'driven', 'apps', 'lisa', 'pages', 'dataverse', 'custom', 'power', 'page'];['Hello Sir, Is it Model-driven app or a Canvas app could please let me know.', 'Thank you, with this I can now create canvas! in a Model driven App', 'Does this onluy for model driven app? or is it available for canvas app too?']
|
| 51 |
+
48;2072;48_idea_suggestion_ideas_future;['idea', 'suggestion', 'ideas', 'future', 'definitely', 'tuned', 'stay', 'added', 'mind', 'sounds'];"[""Thanks for the suggestion! We'll add it to the list!"", ""I'll add to my list! Thanks for the suggestion."", 'That’s the idea. Thank you for your suggestion']"
|
| 52 |
+
49;1398;49_responsive_container_containers_height;['responsive', 'container', 'containers', 'height', 'width', 'size', 'design', 'layout', 'screen', 'horizontal'];['Is it responsive?', 'What’s good for responsive?', 'Can you please make a video on responsive design support, if we are creating a Web app and mobile app, so it should be responsive on all screen size.']
|
| 53 |
+
50;1732;50_contact_gmail_email_number;['contact', 'gmail', 'email', 'number', 'mail', 'reach', 'talk', 'connect', 'dm', 'send'];['@@clavinfernandes8566 How can i contact you?', 'is there anyway i can contact you please', 'CAN YOU SHARE A CONTACT NUMBER TO CONTACT YOU']
|
| 54 |
+
51;1047;51_exam_pl_certification_900;['exam', 'pl', 'certification', '900', 'passed', 'salesforce', 'study', 'dumps', 'questions', 'practice'];"['Same questions appear for everyone in pl-900 exam...?? \nHow to prepare for pl-900 exam...plz help', 'Where to practice pl 900 exam ?', ""Hi Muhammad. You don't need to take the PL-200 exam before taking the PL-100 exam. However, most of the requirements of the PL-100 exam are in the PL-200 exam, so you probably would be able to do so. Phillip""]"
|
| 55 |
+
52;1135;52_template_templates_skool_word;['template', 'templates', 'skool', 'word', 'free', 'community', 'available', 'page', 'document', 'n8n'];['Where do I find this template?', 'HOW TO GET THAT TEMPLATE', 'How can i get this template?']
|
| 56 |
+
53;1589;53_n8n_install_local_locally;['n8n', 'install', 'local', 'locally', 'node', 'mcp', 'self', 'hosted', 'host', 'nodes'];"['You can self host N8N', 'It is too much work. I will automate setting up N8N by using N8N...', ""one that don't have n8n is mailhook.""]"
|
| 57 |
+
54;1865;54_dataverse_sql_sharepoint_database;['dataverse', 'sql', 'sharepoint', 'database', 'tables', 'source', 'teams', 'table', 'lists', 'server'];['It will not be the same with Dataverse', 'This one is Dataverse.', 'Will these work for Dataverse as well ?']
|
| 58 |
+
55;1007;55_whatsapp_telegram_trigger_message;['whatsapp', 'telegram', 'trigger', 'message', 'webhook', 'number', 'bot', 'send', 'business', 'meta'];"['Full Tutorial for stickers app for WhatsApp', 'Do we need WhatsApp business API to connect with whatsapp?', ""are there opcion with whatsapp<'""]"
|
| 59 |
+
56;1873;56_valuable_quality_appreciate_enjoying;['valuable', 'quality', 'appreciate', 'enjoying', 'helpful', 'man', 'truly', 'coming', 'useful', 'glad'];['Great content!! thank you', 'Great content. Thanks a lot.. 👍👍👍', 'good content. keep up the great work!']
|
| 60 |
+
57;1552;57_course_courses_training_udemy;['course', 'courses', 'training', 'udemy', 'online', 'classes', 'join', 'offer', 'paid', 'session'];['Hi, Do you have a Many to many course?', 'Where can I get this course', 'Do you have a course for this ?']
|
| 61 |
+
58;1209;58_reza_dorrani_saver_explained;['reza', 'dorrani', 'saver', 'explained', 'knowledge', 'life', 'helpful', 'brilliant', 'useful', 'session'];['Great Reza ! Thanks a lot !', 'Great one Reza :)', 'Thank you so much for these Reza!']
|
| 62 |
+
59;1558;59_workflow_workflows_pneumatic_node;['workflow', 'workflows', 'pneumatic', 'node', 'trigger', 'n8n', 'step', 'backend', 'nodes', 'tool'];['How do I get this workflow?', 'Where to get workflow?', 'where can i find this workflow?']
|
| 63 |
+
60;694;60_qr_barcode_scan_scanner;['qr', 'barcode', 'scan', 'scanner', 'scanning', 'barcodes', 'code', 'codes', 'reader', 'scanned'];['How to scan the QR code? 😢', 'appreciate if you could do a video about qr code/ barcode scanner using power app', 'Can create with barcode?\nI don’t need QR code, I need barcode']
|
| 64 |
+
61;2763;61_table_column_columns_tables;['table', 'column', 'columns', 'tables', 'lookup', 'id', 'child', 'row', 'parent', 'relationship'];['Good explanation. Would you know to get a specific value from a Virtual Column from another table to display on another column on a seperate table? I had made reference on the new table with the [keyid].[virtual column] but no value is coming up despite a value working on the other table.\nThanks', 'How can i create a table column like in yout sharepoint list?', 'how create a table?']
|
| 65 |
+
62;1232;62_automation_automations_automate_automating;['automation', 'automations', 'automate', 'automating', 'stuff', 'tribe', 'pneumatic', 'nick', 'skool', 'ai'];['Automation 😁🙏🏼⭐⭐⭐🙌🏼🙌🏼🙌🏼', 'Automation 😊 thank you', 'Automation 😊 thank you!']
|
| 66 |
+
63;2036;63_informative_information_knowledge_info;['informative', 'information', 'knowledge', 'info', 'valuable', 'useful', 'session', 'helpful', 'interview', 'appreciate'];['Good one. Very Informative. Thanks for sharing this.', 'Very informative! Thanks for sharing', 'Very informative. Thanks for the information.']
|
| 67 |
+
64;1459;64_useful_helpful_saved_helped;['useful', 'helpful', 'saved', 'helped', 'extremely', 'super', 'usefull', 'glad', 'life', 'incredibly'];['Thank you! This was a very helpful video!!', 'Very helpful video. Thank you!', 'Thank you for this video. Very helpful video 🙂👍.']
|
| 68 |
+
65;1068;65_teacher_teaching_style_lesson;['teacher', 'teaching', 'style', 'lesson', 'teach', 'learned', 'lecture', 'learning', 'teachers', 'tutor'];['Thanks a lot! You are a very goog teacher.', 'Thanks a Lot my teacher :)', 'wow, you are the best Teacher \nthank you so much for teaching me and everyone, all the best to you']
|
| 69 |
+
66;1678;66_tool_screen_software_recording;['tool', 'screen', 'software', 'recording', 'editing', 'studio', 'draw', 'record', 'diagram', 'mac'];['What recording software are you using to record this?', 'Which screen recording software are you using ?', 'Hi.. Thanks for the great video, I have another question.. What is the name of the software you use to record the screen?']
|
| 70 |
+
67;1427;67_watching_glad_hear_welcome;['watching', 'glad', 'hear', 'welcome', 'enjoyed', 'liking', 'happy', 'commenting', 'pleasure', 'subscribing'];"[""That's great! Thank you for watching."", 'Thanks for watching! :)', 'Thanks for watching! \u200b@@GreenlifeFin']"
|
| 71 |
+
68;643;68_ukraine_war_germany_tanks;['ukraine', 'war', 'germany', 'tanks', 'russian', 'weapons', 'military', 'air', 'poland', 'german'];"['Widen the war and deal with Russia once and for all. Russia will destroy itself thanks to Putin.', 'Hard to see how Russia would widen this war. It would be absolutely suicidal.', '2:54 ""There is a hangover from World War 2, a sense of guilt over Germany\'s conduct and relationship with RUSSIA.""\n\nNO. This is wrong. Germany did not invade Russia. Germany invaded the SOVIET UNION, which included other entire republics such as... UKRAINE. Ukraine has been so thoroughly erased from history that even though Germans are almost paralyzed with war guilt over ""what we did to Russia"", many Germans would probably give you a blank stare if you asked them how much war guilt they feel towards Ukrainians. The lands most devastated by the fighting on the Eastern Front were Poland, Belarus, and Ukraine, NOT RUSSIA. But you\'d never know that from the way that history is always framed, and especially the way entire nations and peoples have been successfully erased from that history, like Ukraine. Millions of Ukrainians died in the war, many Ukrainian civilians, and many Ukrainian soldiers serving in the Red Army. \n\nThis endless hand-wringing over the ""terrible things Germans did to RUSSIANS"" is a complete erasure, and Moscow secretly smiles every time someone repeats this Russian-centric narrative framing that erases Ukrainians, Belarusians, Khazaks, and many others. After the collapse of the Soviet Union, everyone did a mental ""search & replace"" and swapped ""Soviet"" with ""Russian"" and called it a day. This is how Russia can propagate the myth that ""Ukraine isn\'t a real country"". This corrupted understanding of history is how we end up with a situation in which Germany, wracked with war guilt, identifies with and appeases RUSSIA THE INVADER and pressures UKRAINE THE VICTIM to negotiate.']"
|
| 72 |
+
69;1137;69_menu_component_navigation_bar;['menu', 'component', 'navigation', 'bar', 'nav', 'screen', 'icon', 'navigate', 'left', 'menus'];"['Thanks for Watching. Add the ""NavLink"" in submenu table (similar to Menu) and Use Navigate function to go to another screen on click of menu/submenu', 'Do you have the link to the video where you create your side menu?', 'Hi, Do you have a video of a side menu with a submenu?']"
|
| 73 |
+
70;1440;70_soon_upload_pls_coming;['soon', 'upload', 'pls', 'coming', 'plz', 'forward', 'uploading', 'vids', 'waiting', 'tuned'];['Can you please do more videos', 'more videos like this please', 'Thanks For this Video ,Please Upload All videos.']
|
| 74 |
+
71;1157;71_self_hosting_hosted_host;['self', 'hosting', 'hosted', 'host', 'hostinger', 'domain', 'cloud', 'server', 'vps', 'free'];['So all only possible through self hosting?', 'What is self hosting?', 'Self-hosting it can be done for free']
|
| 75 |
+
72;581;72_zoho_creator_deluge_greetings;['zoho', 'creator', 'deluge', 'greetings', 'crm', 'books', 'portal', 'support', 'form', 'html'];['Zoho creator nte kooduthal videos chayyumoo', 'I have Zoho One and it has Creator in it', 'Thank you @Zoho Creator ❤']
|
| 76 |
+
73;627;73_ff_widget_code_web;['ff', 'widget', 'code', 'web', 'figma', 'widgets', 'custom', 'supabase', 'tutorial', 'api'];['you can make anything with FF', 'this should be premade with ff.', 'More FF please! Thanks!!']
|
| 77 |
+
74;856;74_subscribed_subscriber_subscribe_sub;['subscribed', 'subscriber', 'subscribe', 'sub', 'subbed', 'earned', 'liked', 'subscribing', 'subs', 'forget'];['I have subscribed', 'well done. subscribed', 'Just subscribed']
|
| 78 |
+
75;680;75_map_location_maps_address;['map', 'location', 'maps', 'address', 'distance', 'google', 'marker', 'lat', 'locations', 'markers'];"[""Thanks for all the help, looked through some of your videos and they've all been great help. For the project I am working on, I am looking for a way to overlay my own text and images over google maps (or any other map design), when you click a location on said map. For example like when you click on a resturant on google maps all their info pops up. Can I accomplish this on FF?"", 'Could leaflet-maps be used here as a custom map instead of google Maps?', '❤🧡💛💚💙💜🤎🖤🤍 Awesome. Good job! Please, make the part 2 of this tutorial and perhaps add google map by explaining filtering on google map based on a store location against the user location. (store near user location).']"
|
| 79 |
+
76;869;76_license_premium_365_office;['license', 'premium', '365', 'office', 'power', 'licenses', 'apps', 'connectors', 'users', 'licence'];['They will need a license for Power Apps.', 'External users do need a license. \nThey need a power apps premium plan if App is using a premium connector.\nThey need basic power apps license (office plan) if App is using standard connectors.', 'Every Power Apps user does need a license. \nSeeded Office 365 licenses include Power Apps. \nPremium license for Power Apps are required only when your Apps use premium connectors.']
|
| 80 |
+
77;1075;77_group_repeating_groups_element;['group', 'repeating', 'groups', 'element', 'page', 'focus', 'visible', 'reusable', 'elements', 'cell'];"['What input did you set in the repeating group? How did you built this repeating group?', ""What's the Data Source for your repeating group?"", 'How is it different from a repeating group?']"
|
| 81 |
+
78;837;78_english_language_subtitles_spanish;['english', 'language', 'subtitles', 'spanish', 'speak', 'translate', 'translation', 'french', 'captions', 'auto'];['Could I ask you to add subtitles for people who do not know English and Chinese. 🙏🙂Subtitles added.', 'Let me add English subtitles', 'Hope to see this with English subtitles']
|
| 82 |
+
79;1921;79_rezadorrani_response_reply_quick;['rezadorrani', 'response', 'reply', 'quick', 'reza', 'appreciate', 'okay', 'forum', 'posted', 'answer'];['@@RezaDorrani thank you !', '@@RezaDorrani thanks you', '@@RezaDorrani Thank you for your time! ))']
|
| 83 |
+
80;1039;80_cloud_engine_deploy_gcp;['cloud', 'engine', 'deploy', 'gcp', 'google', 'gcloud', 'java', 'service', 'python', 'deploying'];"[""I got it working. I had to do 2 things. Actually create an app engine, as well as allow access to all api's when creating my instance. but from there i was able to create it from the google cloud compute engine."", ""Please deploy the application on App Engine. (I'm getting this error) (Can anyone please help ?)"", 'Hi there,\r\n\r\nThank you for this great video :)\r\n\r\nJust a quick question for my understanding:\r\nOnly the last sample / #7 has ""without Docker via Cloud Buildpacks deployment"" in the title.\r\nIsn\'t sample #1, #2, #3, #4, #5 and #6 also using Cloud Buildpacks in the background?\r\nThis video https://youtu.be/suhCr5W_bFc?t=298 states that App Engine, Cloud Run and Cloud Functions also build via Cloud Buildpacks.\r\nThank you in advance!\r\n\r\n#1) 4:45 - Deploy Node.js app to App Engine\r\n#2) 5:33 - Deploy Node.js app to Cloud Functions\r\n#3) 6:31 - Deploy Node.js app to Cloud Run\r\n#4) 7:32 - Deploy Python 2 app to App Engine\r\n#5) 8:20 - Deploy Python 3 app to App Engine\r\n#6) 9:14 - Deploy Python 3 app to Cloud Functions\r\n#7) 10:19 - Deploy Python 2 app to Cloud Run with Docker\r\n#8) 11:21 - Deploy Python 3 app to Cloud Run with Docker\r\n#9) 12:36 - Deploy Python 3 app to Cloud Run without Docker via Cloud Buildpacks']"
|
| 84 |
+
81;2030;81_enjoy_learning_helping_happy;['enjoy', 'learning', 'helping', 'happy', 'appreciate', 'helpful', 'watching', 'series', 'effort', 'man'];['Thank you for great videos 🎉', '@ Thank you! Great videos!', 'Your videos are great, thank you']
|
| 85 |
+
82;923;82_json_parse_parsejson_object;['json', 'parse', 'parsejson', 'object', 'string', 'jsonformat', 'file', 'error', 'array', 'alignment'];['I need this json can someone give me?', 'Why not use JSON?', 'Can you givee this on json']
|
| 86 |
+
83;1594;83_waiting_youtu_episode_wait;['waiting', 'youtu', 'episode', 'wait', 'eagerly', 'coming', 'second', 'released', '2nd', 'series'];['the video i was waiting for please part 2', 'Waiting for part 2 video', 'great video. Waiting for part 2']
|
| 87 |
+
84;1738;84_topic_backlog_post_subscribers;['topic', 'backlog', 'post', 'subscribers', 'requests', 'suggestions', 'voted', 'community', 'tab', 'suggestion'];['Most welcome!\nI have no plans for a video on the topic you mentioned.\nEvery 6 months I ask subscribers for topic suggestions on Community Tab of my channel. Most voted idea gets added to my backlog. Make sure to post this idea whenever I post the next topic suggestion post.', 'Most welcome!\nI make videos when I receive multiple requests on a topic. Every 6 months I ask subscribers for topic suggestions on Community Tab of my channel. Most voted topic ideas get added to my backlog. Make sure to suggest this idea whenever the next topic suggestion post is out.', 'Thanks!\nI have no plans for a video on that.\n I make videos when I receive multiple requests on a topic. Every 6 months I ask subscribers for topic suggestions on Community Tab of my channel. Most voted idea gets added to my backlog. Make sure to post this idea whenever I post the next topic suggestion post.']
|
| 88 |
+
85;1688;85_error_message_failed_errors;['error', 'message', 'failed', 'errors', 'fix', 'invalid', 'followed', 'request', 'following', 'node'];"[""what's the error?"", '@@cm11138 I have the same error. ', 'what is the error?']"
|
| 89 |
+
86;1907;86_access_permissions_security_user;['access', 'permissions', 'security', 'user', 'users', 'role', 'permission', 'admin', 'level', 'sharepoint'];['Hi Reza,\nIn sharepoint role based security, do we need to break permissions in the parent list as well?', 'Users will need to have permissions to the list itself. Idea is to break permission at the item level.', 'Im assuming by not access you mean no access at all. In that case you dont give permissions to those users on the site.\n\nIf you mean read only, then you can set permissions at list level.\nYou can also create your own custom SP groups if required.']
|
| 90 |
+
87;1483;87_available_preview_feature_release;['available', 'preview', 'feature', 'release', 'region', 'ga', 'currently', 'features', 'public', 'uk'];['It is currently available for US Region in preview type environments.', '📝 Currently available in US Region preview type environments only', 'Its still available in US preview region.']
|
| 91 |
+
88;884;88_business_central_dynamics_365;['business', 'central', 'dynamics', '365', 'bc', 'microsoft', 'd365', 'sales', 'crm', 'dynamics365'];"['Here you can read more about the business areas and functionality in Business Central, such as financial management, reporting and sales.\nhttps://www.activebs.com/en/dynamics-365-business-central/business-central-business-functionality', 'Figured out about the Microsoft Dynamics 365 Business Central.', 'Hi Sir good day! how can I resolve this error in our Business central ""You do not have access to Dynamics 365 Business Central. Verify that you have been set up as a valid user in Dynamics 365 Business Central.? thanks in advance']"
|
| 92 |
+
89;700;89_reza_brilliant_usual_tips;['reza', 'brilliant', 'usual', 'tips', 'linking', 'useful', 'deep', 'presentation', 'clear', 'knowledge'];['Great video as always.. Thanks Reza..', 'Another great video! Thanks, Reza.', 'As always, great video Reza!!']
|
| 93 |
+
90;777;90_docker_compose_baserow_host;['docker', 'compose', 'baserow', 'host', 'container', 'n8n', 'internal', 'install', 'windows', 'running'];['Do I need the docker file?', 'Not using it with docker first?', 'docker cammand please']
|
| 94 |
+
91;429;91_sap_btp_process_automation;['sap', 'btp', 'process', 'automation', 'joget', 'trial', 'cloud', 'generative', 'hana', 'service'];['What do you think about SAP Build? 🤔', 'Thanks for your feedback! You can find more resources on ABAP Cloud, https://sap.to/6054IQuo8, and SAP Build, https://sap.to/6055IQuoD, on the SAP Learning site. - Bella, SAP Community social media team', 'Are that a function of SAP or of SAP B1?']
|
| 95 |
+
92;773;92_canada_china_earth_climate;['canada', 'china', 'earth', 'climate', 'global', 'country', 'world', 'city', 'science', 'cities'];"[""Don't need a petition. Canada's started already."", '@zachcarter3186 Further more (since I am replying to you both) Canada has some of the best and safest energy gathering forest and resource management laws in the world. What China burns in coal in a day far exceeds what Canada does in a month, start in China before bankrupting our country.', 'Nothing is made in Canada.']"
|
| 96 |
+
93;414;93_boomi_dell_sumit_dellboomi;['boomi', 'dell', 'sumit', 'dellboomi', 'bhoomi', 'training', 'integration', 'course', 'career', 'shalini'];['Hi Shalini can you please share some more videos about Dell boomi', 'I am looking for Dell boomi training', 'Hi shalini garu, can we have full videos on dell boomi.']
|
| 97 |
+
94;1195;94_00_11_25_13;['00', '11', '25', '13', '24', '20', '02', '18', 'min', '12'];['Crazy part starts at 6:00', '16:20\n\n17:00\n\n20:10\n\n24:50', 'This is for my references \n2:10\n7:50\n9:10\n13:00\n19:00\n19:40\n24:40\n30:00\n31:00\n33:00\n37:00']
|
| 98 |
+
95;704;95_supabase_postgres_vector_qdrant;['supabase', 'postgres', 'vector', 'qdrant', 'db', 'node', 'rag', 'database', 'cole', 'memory'];"['what about Supabase?', 'work with supabase?', ""I can't get it to work with Supabase.""]"
|
| 99 |
+
96;1175;96_review_figure_black_retool;['review', 'figure', 'black', 'retool', 'transformation', 'white', 'bike', 'figures', 'red', 'movie'];"['Well I agree and disagree with your points. When it came to the Sentinel Haslab, Marvel Legends reused the extra figures bodies. They are famous for it, well Hasbro is famous for repaints. If they included some red hair for Glenda that would be cool. I think that Glenda, though, was a good choice. I like two things about Glenda: 1, She is a Co-Pilot for Helicopters. 2, She is an unheard of figure that would never have gotten the Classified treatment otherwise. I am happy that she is there and not a must wanted figure like idk Mephisto -glares at EoV-. She is a weird one but not one that collectors will get mad about missing. Personally I would like them to do this more often, give us figures we would have had a very small chance of getting otherwise. Could have been someone who isnt blonde but o well, nothing can be perfect. Like a helicopter pilot from India or even a country from Africa would have been cool. I was hoping they would pull a Hisstank and give us another ""never before released OG Joe figure"" I think that would have been the best approach. A new person that is only available through the Haslab. \n\nGreat video mate! :) Have you seen \'Rise of th eBeasts\' yet?', 'Can’t wait for when potp inferno comes really love the hot spot mold! and you know what’s better that it’s in red my favorite color that makes love the figure even more.', 'Thor is quality old stuff. There was an old 2nd hand store, Mike\'s, in Portland for 40+ yrs, then moved out to Beaverton. I got to know the old Greek, Mike, shortly after he moved to B-ton in the early \'90\'s, & we became good friends.\n\nIn the early 2000\'s, he told me one morning he had decided to retire & close the store. By then, I knew his history; immigrating as 18 yr old w/ his brother, from Greece, & falling into the pawn shop biz.\n\nThe store was his legacy & has that old time pawn shop/2nd hand store vib, but was a degree or two off being in a newer, well lit, building.\n\nHis daughters/son-in-laws had no interest, and w/ the economy struggling under Bush, nobody wanted to buy it as a working, (good earning biz).\n\nSo Mike said screw it, I\'ll cut prices in half & sell everything myself.\n\nA bit gobsmacked, cause I figured I\'d get a call one of these days from his wife saying he\'d died behind the counter. Then he said, I\'m starting the sale next week, but there\'s a few people I\'m giving 1st shots to & you get the first of all, plus I have a surprise for you.\n\nThen he began to thank me for being such good friends to him & his wife, (I\'d kinda adopted them, did things for them, looked after them, since their daughters had moved away.), & said I could dig through the store & backroom. Anything I wanted he\'d give it to me for 50 off 50. (I\'d learned Mike\'s unique discount language & knew he meant 75% off.\n\nI came in the next day, Sat, w/ coffee & pastries & had a day. When the store was moved from Portland stuff, (by hired movers), there was little organization or oversight. The new place had overly deep shelves for a retail store & I dug to the back of shelves & cabinets for the 1st time in 20+ yrs. (Mike wouldn\'t have let anybody drag 20-25 tools out onto the floor to get to the back, so the stuff hadn\'t seen light of day for years.\n\nI found a ½"" router from the 40\'s buried behind 20 some routers. This router was made by the company Porter Cable bought, when they started & ""invented the router"".\n\nPC is credited w/ inventing the router when in fact they bought this company <2 yrs after it was founded, renamed the router to Porter Cable & made history by ""inventing the router"".\n\nMike sputtered when I showed it to him, \'Look what I found! Isn\'t this a tag from the downtown store?\' The Portland store was \'Mikes\', the Bton store was generic.\n\nIt was, & Mike remembered the router, who sold it & how much he paid for it; he was like that, could remember every thing he\'d personally bought.\n\n""Put all that crap on the floor away, & I won\'t update the tag before I give you a price, he said, w/ a gleem in his eye.\n\nHe was an old timer, no matter what the tag said, it was the high point of the day when you\'d take something to the counter & bargain on it. It was one of the reasons we hit it off. He frequently lamented no one had the juice to haggle any more, life was too easy for everybody. They boringly paid sticker.\n\nBy this time, it was a game Mike & I played & enjoyed. He\'d just as soon give whatever tool it was I needed, (not wanted; needed or had use for, always), but he\'d confided in me one day, \'If I just gave it to you, you wouldn\'t appreciate it as much. You work to get a good price outta me & you earn it, you appreciate it more.\' In his Greek accent, & pattern, it was musical.\n\nWe haggled over the router through a couple of cruellers & a cuppa coffee; I ended up giving him 17% of the 1980 price tag. Think it was about $12.\n\nThat router is still on my router table, almost 25 yrs later.\n\nBut what started this tale, (haven\'t thought of Mike for a while, hadn\'t realized how much I missed the old thief- my fav haggling insult.) was the brand new Thor air tools I found buried in the back room, along w/ a Wright Aircraft 4 ft ""manual impact wrench"". (Yes, THAT Wright.)\n\nOne of the new Thors was a 12"" blade worm drive \'Skil saw\'. Looked just like the real big brother of a Skil 77, but had a 1"" air hose & spun a friggin\' 12"" blade. Still had red cosmoleen on the bare metal parts. Thor still sold them, at that time, but I found, w/ a bit of research, this Thor was a early 50\'s vintage, brand new.\n\nMike had a shocked look when I showed it to him. While he could recall all the details about the deals, he could totally forget something existed if it was out of sight, or misplaced. Turned out a LOT of stuff got misplaced during the move & some of it had been \'misplaced\' during the Portland store\'s days.\n\nThe 2 new Thor tools & the manual impact had been \'missing\' for nearly 40 yrs.\n\nThe other Thor was a jack hammer.\n\nThe manual impact was interesting. It looked like a movie prop of a 4ft long ratchet; head was oversized, and a basic shape, w/ a 2.5"" diameter straight tube handle. Wright Aircraft was still in business, (surprise), but was only known in govt & aircraft circles. Wasn\'t much info about their aircraft work for the US, but their was plenty about the impact.\n\nMade primarily for the Pentagon, these wrenchs were an \'impact\', capable of multiplying the manual torque applied to the handle, (2 operators recommended), via a cam over mechanism. The impact waa enough to adequately tighten, or bust lose, the main drive nut on the track of a US Army tank.\n\nLiterally, enough torque for a Sherman Tank. LOL...\n\nThey were built exclusively for the Pentagon, by Wright, since the \'40\'s for ""In field servicing of tank drive tracks"".\n\nGot it for a high school buddy who\'s worked un his family\'s tire shop since he got back from Alaska in \'74. Worked in a tire shop during pipeline boom; had a bunch of friends who went off to work in the \'wild west\' like environ.\n\nThat Cleco would do a number on an untucked shirt tail.\n\nI have a couple of big brothers to that inline grinder I\'ve been threatening to get working; they have 1"" collets & air line fittings.\n\nGeoD\n\nI still have a \'good CP\' air tool, or two, (had them for decades, as well.)']"
|
| 100 |
+
97;605;97_sort_sorting_descending_ascending;['sort', 'sorting', 'descending', 'ascending', 'filter', 'order', 'firstname', 'sortbycolumns', 'column', 'startswith'];"['can the user sort the table by name or date or other column?', ""Does table sorting work for lists larger than 15 items? My list doesn't sort at all when clicking the sort buttons"", 'Hi Matt. Thanks for another good tutorial. One question: you sort records on OnRecordLoad, and call the generic command “Sort records”. In your case, Sort [Restore] which I found out comes from using the Sort command on the tool bar and setting ”Keep records sorted”. It in my instance, when I call the sort command, it restores to a field that I have not sorted by; it restores a sort by “CreationTimeStamp” field. I’m confused. On my layout browse mode, I select sort from the toolbar. I sort by “Name” and “keep records sorted”. Then I run your script, but it still sorts by the “CreationTimeStamp” field, not by the “Name” field. How do I set the sort of the layout to Name, then when I call Sort records [Restore] that is sorts by the last sort command I just did? Without this function working properly, I do not get a sort after a quick find that works.']"
|
| 101 |
+
98;741;98_license_premium_licensing_licenses;['license', 'premium', 'licensing', 'licenses', 'source', 'users', 'require', 'user', 'connector', 'cost'];['Yes, although you could have either a single app license or the full premium license.', 'we need a premium license?', 'I think I need to do a licensing video. 🤩 \n\nLicensing is for the user of the app, not the creator. So you can build a premium app without a premium license. But everyone you share it with will need a premium License to use it.']
|
| 102 |
+
99;1357;99_channel_subscribe_subscribed_subscribers;['channel', 'subscribe', 'subscribed', 'subscribers', 'join', 'members', 'grow', 'membership', 'gold', 'underrated'];['It is such a great channel! Thank you!', 'I really like your channel! 😁', 'Thank You for being a part of the channel']
|
| 103 |
+
100;851;100_screenshots_action_powerusers_forums;['screenshots', 'action', 'powerusers', 'forums', 'guidance', 'issue', 'recommend', 'provide', 'microsoft', 'posting'];['I will have to look at your App in action to provide guidance. I would recommend posting your issue/query with screenshots on the forums at https://powerusers.microsoft.com', '@suziwin6297 I will have to look at your App in action to provide guidance. I would recommend posting your issue/query with screenshots on the forums at https://powerusers.microsoft.com', 'I will have to look at your App in action to know about your issue & provide guidance. I would recommend posting your issue/query with screenshots on the forums at https://powerusers.microsoft.com']
|
| 104 |
+
101;886;101_price_expensive_money_pricing;['price', 'expensive', 'money', 'pricing', '000', 'prices', 'trading', 'usd', 'financial', 'companies'];"['What about price?', ""What's is price"", 'Thank you 🌹 🌹 🌹\nRetails price is 84500']"
|
| 105 |
+
102;515;102_plane_icon_aircraft_a5;['plane', 'icon', 'aircraft', 'a5', 'flying', 'airplane', 'sell', 'truck', '000', 'pilot'];"[""Who would want to get on a plane with someone as narrow-minded as you? Also, any plane is a dead man's plane when it's flown dangerously."", ""this is way out of my reach. I'll have to stick with my old land plane or go to building a plane myself."", 'I can get two nice paintings , and a Cheesburger for the price of this plane.']"
|
| 106 |
+
103;792;103_delete_remove_deleting_deleted;['delete', 'remove', 'deleting', 'deleted', 'row', 'record', 'item', 'button', 'icon', 'edit'];['Trackhoe075 yes, you can just delete them if you like.', 'delete function ... ?', 'must .... not .... delete ..... :-D']
|
| 107 |
+
104;692;104_bi_report_power_powerbi;['bi', 'report', 'power', 'powerbi', 'reports', 'embed', 'apps', 'refresh', 'pbi', 'dashboard'];"['I tried it with power bi. It does not work.', ""Hi Reza,\r\n\r\nI found your answer from the microsoft powerapps community \r\nmy question was as below \r\nI've integrated Power BI with Power Apps and confirmed that PowerBIIntegration in Power Apps successfully brings in all the data during app editing.\r\nWhen I'm editing the app in Power Apps, the data appears correctly in the gallery (Gallery Item: PowerBIIntegration.Data).\r\nHowever, after publishing the app and accessing it via the app link or browser, the gallery displays no data.\r\nHere’s what I’ve tried so far:\r\nVerified that PowerBIIntegration.Data is correctly used in the gallery.\r\nAdded the Power BI connection under Data Sources in Power Apps.\r\nDespite these steps, the gallery still shows no data after publishing.\r\n\r\nIs there something I'm missing, or is this a known limitation? How can I resolve this issue?\r\n\r\nand your reply to other similar question was \r\n\r\nHi @Anonymous \r\nI believe the Power Apps will get data from Power BI only when the Power BI report is accessed\r\nYou cannot directly go to the PowerApp and have the data for the Power BI report show up because the connection is established only when you open the Power BI report where the PowerApp is added\r\n\r\nMY QUESTION\r\nso, does this mean that the Power Apps embedded in Power BI works only when accessed through the Power BI report, and the integrated app cannot independently fetch data from Power BI? Is that correct?"", ""Ranjit,\nTowards the end of the video I've shown have to take the Power BI M Query and make the connection to your Power BI report.""]"
|
| 108 |
+
105;962;105_formula_formulas_named_expression;['formula', 'formulas', 'named', 'expression', 'error', 'column', 'text', 'missing', 'char', 'field'];"['Use same formula in out time also', 'formula please ?', ""What's your formula?""]"
|
| 109 |
+
106;718;106_amazon_season_series_episodes;['amazon', 'season', 'series', 'episodes', 'story', 'fans', 'rings', 'bad', 'lore', 'nights'];"[""The way they handled the first season in terms of public criticisms was so bad, I don't think fixing things is gonna fully work even if the second season and beyond was good. They've driven away a lot of people/potential fans that the ones who might come back to see the second season won't be as much as the first one. And if the second season is still bad or mediocre... I don't think there'd be a point for people to keep sticking with the show. It'd be a waste of time."", ""What would they need to fix:\n1. Recast Galadriel with an actress who is taller (as per the books), has facial expressions beyond wood-face and sneer, and can act.\n2. Rewrite Galadriel to be a character who has some or hopefully all of the qualities Tolkien gave her in the books, rather than none of them.\n3. Get rid of the blind queen who shouldn't exist in this time.\n4. Get rid of all harfoots. \n5. Admit that the shiny elf-life metal they used in season 1 is not mithril at all; give it some other name and let the dwarves mine real mithril like they're supposed to.\n6. Let the elves stop visiting barber shops right before every scene they are in. Long hair makes sense. Maybe even shorter hair like Aragorn or Boromir from the Jackson movies.\n7. Get rid of Arondir. Sorry. Just not really an elf in Tolkien's world. Keep the actor if you want; let him play a human from Harad or some such location.\n8. Get rid of Bronwyn. Nobody needs this many strong female orc-slaying elf-saving swordswoman herbalists in a show. It's just silly. Or keep the actress and character but give her a role more fitting for an herbalist than a warrior. \n9. Retcon the whole Mordor story like it never happened.\n10. Retcon the whole forging the rings story like it never happened.\n\nAnd probably some other stuff.\n\nSo if they do all that, hire some better writers and showrunners, and set out to make an awesome season 2, they still have to pick up where they left off, make some stupid retcons (No, all that stuff about the volcano never happened; it was just a dream while Bobby Ewing was in the shower. Here's what really happened). \nHow do they move forward from here?\nI don't think they can.\nBut they have to make money with this franchise they paid so much to get.\n\nI think they need to just star over. I don't know where, or how, but just fire EVERYBODY and start from scratch and pretend this show never happened. \nAdmit the failure. \nCome out and say it: Hey fans, we completely F'd up this show. We want to fix things. So let's start over. Pretend that first season never happened. it won't be canon. It was just a fanfic fever dream. We're going to release a whole new Season 1 and this time we're going to listen to real fans and make it right.\nI think that's their only path forward now, but I also think they will never do it."", ""Not surprised this happened. Nearly $60 million was spent on producing each episode for eight episodes only for Amazon's series to go down in history as the most expense flop ever produced on media. Also take into consideration on how much marketing was spent pushing the Woke Agenda, pay off 'journalists' and YouTube content creators to say great things about the series while Amazon censored their customers' reviews to control the narrative. The show runners had the sheer hubris to write the novel Tolkien never wrote and then turn around and attack the Tolkien Fandom and Normies as evil because they didn't like the series. We all know this was horribly written and acted. The characters never made sense and contradicted themselves repeatedly. I do believe the real reason why both McKay and Payne were sidelined and it wasn't just copying and pasting Peter Jackson's Lord of the Rings Trilogy into their episodes. If you remember an analyst from Amazon said in an interview that he had fallen asleep during the first two episodes of the series? I don't remember whether he got through the third episode and he did express his concerns on the series success. Sure Jeff Bezos is the head of Amazon, however I know he had to contend with the Shareholders and Board of Directors demanding WTF happened to their ROI. I don't feel sorry for them. I don't believe that even Amazon does hire experienced writers, retooled season two to follow the lore and remind the actors are hired to entertain and not lecture their Woke Ideologies to the audience, there is no salvaging Rings of Power. The constant gaslighting, calling fans toxic and ists and phobes will never be forgotten. This IP is not a franchise like Marvel or Star Wars; this is the works of Tolkien who laid the very foundation of the Fantasy Genre. Amazon and other huge corporations need to realize that IP stands for Intellectual Property, not Instant Profit.""]"
|
| 110 |
+
107;440;107_brazil_greetings_chile_south;['brazil', 'greetings', 'chile', 'south', 'africa', 'argentina', 'france', 'colombia', 'germany', 'poland'];['Thank u from Brazil !', 'When will it be in Brazil?', 'Thank you from Brazil']
|
| 111 |
+
108;530;108_scraping_crawl4ai_scrape_website;['scraping', 'crawl4ai', 'scrape', 'website', 'crawl', 'sitemap', 'scraper', 'cole', 'colemedin', 'links'];"[""Crawl4AI can scrape a single page, get the URLs from that page and do recursive scraping! So a sitemap helps but isn't 100% necessary."", 'Do you have any videos for website scraping?', '00:05 - Scrape any website in minutes using n8n and Crawl4AI without coding.\n02:06 - Implementing an AI agent using n8n for scraping without code.\n05:58 - Setting up Crawl4AI with Docker for web scraping.\n07:49 - Setting up Crawl4AI as a Docker API endpoint on Digital Ocean.\n11:40 - Setting up Crawl4AI on Digital Ocean is quick and straightforward.\n13:36 - Leveraging n8n and Crawl4AI for efficient agent development.\n17:17 - Using n8n to split and manage URLs for scraping.\n18:55 - Modify workflow for batch scraping using n8n and Crawl4AI.\n22:24 - Integrating n8n with Crawl4AI for asynchronous web scraping.\n24:16 - Automating web scraping with n8n and Crawl4AI\n27:46 - Set up a vector store in Supabase to manage documents.\n29:29 - Successfully scraped and processed 148 items across multiple pages.\n32:54 - Easily scrape any website with n8n and Crawl4AI without coding.']"
|
| 112 |
+
109;1060;109_environment_dev_variables_prod;['environment', 'dev', 'variables', 'prod', 'production', 'import', 'managed', 'environments', 'env', 'export'];['Awesome Video Shane! When I move a a solution from Dev Environment to Test Environment, the same flow also moves to the Test Environment but the print button doesnt work. Since the Test Environment is a managed solution, if I edit it, it creates an unmanned layer. Have you noticed it doesnt work in a different Environment? Do you know how I can move it to another environment and make the print flow feature work? Thank you!', 'Hi Shane, can I export my production environment solution (managed) to development environment (unmanaged)?. Thanks', 'Environment vars']
|
| 113 |
+
110;367;110_copilot_studio_pilot_environment;['copilot', 'studio', 'pilot', 'environment', 'license', 'region', 'power', 'apps', 'available', 'microsoft'];['Thank You Copilot :)', 'With copilot - No', 'Is this yet another copilot']
|
| 114 |
+
111;1597;111_exactly_needed_forward_perfect;['exactly', 'needed', 'forward', 'perfect', 'man', 'wanted', 'shane', 'searching', 'thx', 'appreciate'];['Thank you this was exactly what I needed', 'thank you for this, exactly what i needed', 'THANKS!! exactly what i needed.']
|
| 115 |
+
112;784;112_feedback_appreciate_noted_positive;['feedback', 'appreciate', 'noted', 'positive', 'hear', 'improve', 'glad', 'happy', 'future', 'appreciated'];['Thank you for feedback.', 'Thank you so much for your feedback!', '@@awlhuntThanks for the feedback.']
|
| 116 |
+
113;830;113_support_reach_rcconsulting_watching;['support', 'reach', 'rcconsulting', 'watching', 'coaches', 'engineers', 'hesitate', 'email', 'words', 'standing'];['Thanks for watching! If we can ever help you out one-on-one please reach out to support@rcconsulting.com', 'Thanks for watching! If we can ever help you out more, please reach out :) support@rcconsulting.com', 'Thanks for watching Sarwat! If we can ever help you out one-on-one please reach out to support@rcconsulting.com']
|
| 117 |
+
114;809;114_tab_tabs_membership_tabbed;['tab', 'tabs', 'membership', 'tabbed', 'form', 'post', 'click', 'screen', 'reza', 'navigate'];['Awesome, Can you hide tabs until the first tab is complete?', 'How to create custam tab', 'Great Video! I am getting 4 tabs, how to I add an extra tab?']
|
| 118 |
+
115;631;115_quality_zoom_resolution_blurry;['quality', 'zoom', 'resolution', 'blurry', '1080p', '4k', 'read', 'hard', 'camera', 'high'];['Please fix this: Even in 1080p picture quality text is not visible properly and somewhat blurry. It will be helpful if you could improve the picture quality or make text bigger. So that it will be good for every human to read.', 'Quality 360p ??? my eyessss 😢', 'Video quality is not good']
|
files/04_topicos/01_comentarios_base_topicos.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40587844bea20704658c985823747ccad7318dd70fdcad108edc562ec4cd2277
|
| 3 |
+
size 151353075
|
files/04_topicos/02_comentarios_com_topicos.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa491565f57f3d6292ff1b2ffb79b399b07446117bb9fe21074b9707a69d4d50
|
| 3 |
+
size 183039589
|
files/04_topicos/03_descricoes_topicos.csv
ADDED
|
@@ -0,0 +1,118 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
topic_id,topic_count,topic_name,topic_representation,representative_docs
|
| 2 |
+
-1,14315,-1_char_utf8_shanescows_speed,"['char', 'utf8', 'shanescows', 'speed', 'react', 'true', 'looks', 'mind', 'life', 'tip']","['SharePoint does not support column level security. You could check user role in power apps and accordingly set mode of form or data card inside the Power App. \nMy channel has some videos on checking role of logged in user.', 'Hi sir, can you please help me in this scenario, due to threshold limit of the sharepoint i am able to use 12 lookup columns in my list. but in my required there should be 13 for that i am using text box in the list while customizing in PowerApps for the list form i am using as people picker for one control. My data is saving to the list. but while editing it data is not showing. Please help me sir.', 'How to Filter SharePoint List Data in Power Apps TABLE Control | Multiple Filters\nhttps://youtu.be/IhfBPKY8tqc']"
|
| 3 |
+
0,8639,0_game_players_year_trade,"['game', 'players', 'year', 'trade', 'sterlo', 'season', 'player', 'play', 'draft', 'win']","['@stevehardman4686 yes I do agree with %90 what you saying. That is difference from my point of view. TJ would not sign less than $11. Matthew would not sign less than TJ. After that game was changed. Stupid Nylander deal did break spirit of the team ( just compare before and after him) because trads talks and I did say it after his first week of his strike. Guy has no loyalty to the team and I did not see his hard working ethic (probably just me)last year. We do not have any player who may replace kadri as he fight for the teammates. His actions were retaliation for Marlow hit. Nobody did it and that would not happened in playoff winners. Shame. Plus refery were on Boston side to many times. And he is loyal hard working guy wuth many issues, but not more than others. Zaitsev is one of the best offensive pack moving D, but was used by Babcock differerently this season, but had good end after Mazen came. Kappanen & Johnson are not matching Matthews line, just not first line players, average. Similar players you may find tonnes in Russia or Swedish leagues for less than $1 mil. Also, I would like to mention all year trade talks, which always bad for the business. I could be wrong. Imho.', 'Love the show guys !! Question for Sterlo: Who do you think is the most integral player to their team come finals time?', ""Pre-podcast thoughts\n\nI believe Rodgers wanted the walk off SB win these last 2 years. IF he comes back, he has to accept it's for thro long haul, I think the Packers always wanted Rodgers until Love's year 4, but if Jordan is fine with waiting just a bit longer, he may have a better team than if he was the guy now. He is CLEARLY hungry for the chance to start. I say if Rodgers does come back. He retires 2024. No SB tho. \n\nTwo major things will affect running it back vs blow it up\n\nWill Rodgers be back in GB, if yes, then will his return allow Ball to get players to sign for less early in their contract so the cap bloom next year catches the increase? If yes..run it all back if you can keep 99% of your defensive starters, plus your play makers on offense. \n\nIf no to either of those, will Rodgers or or Adams exit free up enough room to keep that Line and defense intact for JLo? If yes again, do that\n\n\nIf 12 &17 go, and the defense is simply too expensive, nuke it. Try and keep turner and Kelly to keep your young and a lil fragile QB upright, and just focus on improving him on offense and see where you go, wait for that sweet cap raise and then free agent mine and maybe even resign some guys back who are on less than great deals on other teams, 1 year or otherwise no what they feel they want. With your new high picks. Build the new and improved Lafleur offense and HOPEFULLY Rodgers and Adams are on other teams, so you have at least 1 first round trade pic and some good comps. Plus picks from your losing season (assuming we have one)\n\nPriority list if you want to be intact, keep that defense intact, try and convince Adams. Win Rodgers at the idea this is a juggernaut team. \n\nThat's my top 3 best scenarios as of rn\n\nNow to listen to the cast and listen some actaully good ideas 😂""]"
|
| 4 |
+
1,5762,1_flutterflow_flutter_firebase_code,"['flutterflow', 'flutter', 'firebase', 'code', 'dart', 'flow', 'supabase', 'api', 'backend', 'custom']","['Flutterflow for me', 'Thank you flutterflow', '@@krabhishek How do you that in Flutterflow?']"
|
| 5 |
+
2,8120,2_welcome_appreciate_wow_hear,"['welcome', 'appreciate', 'wow', 'hear', 'words', 'brother', 'man', 'glad', 'liked', 'pleasure']","['You are so welcome! I appreciate it :D', 'Awesome, welcome and thank you.', 'Awesome! You are most welcome']"
|
| 6 |
+
3,5615,3_mobile_android_apps_web,"['mobile', 'android', 'apps', 'web', 'description', 'ios', 'building', 'sample', 'download', 'application']","['Did u do the same with a app on mobile? App store?', 'Hey Thanks for the video,\nYour video works great for web app\nBut can you help how to make this of mobile app?', 'I use it for every app']"
|
| 7 |
+
4,5056,4_power_apps_powerapps_platform,"['power', 'apps', 'powerapps', 'platform', 'automate', 'sharepoint', 'microsoft', 'powerapp', 'reza', 'form']","['Always the best videos for Power Apps. Thank you Reza!', 'This is for power apps only', 'Power apps! Great video.']"
|
| 8 |
+
5,5362,5_issue_worked_fix_solve,"['issue', 'worked', 'fix', 'solve', 'solved', 'experienced', 'description', 'facing', 'members', 'figured']","['Hello, Same problem did you find a solution ?@@02Joshua', 'Most welcome! I have not experienced the mentioned issue, hence not sure of the cause or fix.\nYou can try downloading the solution shown in video (members only - check video description for details)', 'same issue with me, did you found its solution?']"
|
| 9 |
+
6,4242,6_image_file_attachments_attachment,"['image', 'file', 'attachments', 'attachment', 'files', 'upload', 'folder', 'images', 'document', 'library']","['Thanks for this, Reza. I\'m struggling to just get the Attachment control to appear. Every time I add the list to the form, I always get ""Images"" with an Add Media control instead of an Attachments control like in the video.\n\nI\'ve tried this with other lists in my SharePoint library, but Attachment control is not showing up at all. Any help would be so helpful!', 'Hi Shane, Is there any way to upload attachments from power app gallery with dynamic attachment controls to SP list or Doc library', 'This is to show file (document library) previews only.\nFor list attachments - I have done other videos. You can check those.']"
|
| 10 |
+
7,4410,7_tutorial_tutorials_step_follow,"['tutorial', 'tutorials', 'step', 'follow', 'beginner', 'beginners', 'helpful', 'clear', 'steps', 'useful']","['@LisaCrosbiecan you do a tutorial on that please?', 'great tutorial!! thank you', 'Great tutorial. You are really good']"
|
| 11 |
+
8,3308,8_date_calendar_dates_month,"['date', 'calendar', 'dates', 'month', 'event', 'picker', 'mm', 'booking', 'events', 'yyyy']","['@RezaDorrani in video you have showed the Based on Priority dropdown date field is taking days and showing date. instead of day if my SharePoint list having fix date than AddDate function will work and display the date', ""Thanks Deepak, I've created your calendar based on your tutorial (thanks)\nCan you upload a video that builds upon that, accounting for the following - tasks have a start and end date, so are spread across multiple days (instead of a single date, in your example you've used due date)\nAlso, a form that a team member can use on the calendar to add a new task with start/due date.\nThank you"", 'Hi Deepa, Great video thank you so much!!!🎉 Have a question: How do we have the tasks appear on all dates from Start Date to Due Date instead of just on Due Date?']"
|
| 12 |
+
9,3847,9_lol_rezadorrani_reply_oh,"['lol', 'rezadorrani', 'reply', 'oh', 'yeah', 'okay', 'aprildunnam', 'danielchristian19', 'joetayactac', 'haha']","['@RezaDorrani great, thanks a lot', '@RezaDorrani how to be you? You are my Idol!', '@RezaDorrani Thanks for the help']"
|
| 13 |
+
10,3887,10_ai_agent_agents_tools,"['ai', 'agent', 'agents', 'tools', 'prompt', 'automation', 'skool', 'human', 'tool', 'business']","[""Where's the AI part?"", 'vaaps.ai should have them', '""AI"" but... shhh 🤫 it was just for you!']"
|
| 14 |
+
11,3625,11_box_combo_dropdown_select,"['box', 'combo', 'dropdown', 'select', 'combobox', 'selected', 'checkbox', 'choice', 'values', 'default']","['Another nice video from you, Shane! Thanks (y) . Quick query - I have combo box as one of the field in my form. I selected - more than one value in combo box , (say 2 out of 5)and submitted the form. When I open the form in EDIT mode, how can I see those 2 values as preselected in combo box along with other 3 values?', 'Hi Reza, why am I not able to add a combo box to my Gallery? I am able to add a modern combo box but not the classic combo box.', 'Multi select people Picker does not work with Modern combo box.\nPlease use classic combo box for that.']"
|
| 15 |
+
12,2525,12_bubble_io_plugin_api,"['bubble', 'io', 'plugin', 'api', 'page', 'forum', 'native', 'web', 'plugins', 'building']","['can you make a video on using the tinderpile in bubble.is, this would help me a lot', 'Can I create VTU app on bubble?', '...like dreamweaver, bubble is a wysiwyg']"
|
| 16 |
+
13,2285,13_tank_pump_wave_water,"['tank', 'pump', 'wave', 'water', 'fish', 'wavemaker', 'maker', 'pumps', 'jebao', 'tanks']","['40cm×40cm×40cm marrain tank wave maker size', 'Should I get a wave maker for a 20 gallon tank?', 'I have aio tank and the pump of this tank is 10× tank do I need wavemaker for it']"
|
| 17 |
+
14,3307,14_glad_helpful_helped_useful,"['glad', 'helpful', 'helped', 'useful', 'super', 'happy', 'welcome', 'hear', 'helpfull', 'man']","['Glad it was helpful, thanks!', ""Thanks! I'm glad it was helpful for you!"", 'I am glad you found it helpful.']"
|
| 18 |
+
15,2501,15_filemaker_richard_fmtraining_training,"['filemaker', 'richard', 'fmtraining', 'training', 'tv', 'claris', 'www', 'rcc', 'http', 'fm']","[""FileMaker Performance Tuning - HOnza Koudelka Day!!! https://youtu.be/Zmc2Mkw49js\n\n\nDaily Open Q&A with FileMaker Experts. Questions about Installation, Upgrading, Purchasing or How to make FileMaker work for you in your company to increase ROI.\nCheck out our daily live stream FileMaker schedule at https://fmtraining.tv/#LIVE\n\nFileMaker is a cross-platform relational database application from FileMaker Inc. \nhttps://en.wikipedia.org/wiki/FileMaker\n\nCustomer relationship management, processes implemented to manage a company's interactions with customers and prospects\nhttps://en.wikipedia.org/wiki/CRM\n\nClaris International Inc., formerly FileMaker Inc., is a computer software development company formed as a subsidiary company of Apple Computer.\nhttps://en.wikipedia.org/wiki/Claris\n\nTop Rated FileMaker Video Training Course by FileMaker Expert, Richard Carlton. http://fmtraining.tv/fmpro19.php \n\nExperience Richard's dynamic and exciting teaching format, while learning both basic, intermediate, and advanced FileMaker development skills. With 30 years of FileMaker experience and a long time speaker at FileMaker's Developer Conference, Richard will teach you all the ins and outs of building FileMaker Solutions. \nThe course is 60 hours of video content!\n\nRichard has been involved with the FileMaker platform since 1990 and has grown RCC into one of the largest top tier FileMaker consultancies worldwide. \n\nRichard works closely with RCC's staff: a team of 30 FileMaker developers and supporting web designers. He has offices in California, Nevada, and Texas.\n\nRichard has been a frequent speaker at the FileMaker Developers Conference on a variety of topics involving FileMaker for Startups and Entrepreneurs, and client-server integration.\n\nRichard is the Product Manager for FM Starting Point, the popular and most downloaded free FileMaker CRM Starter Solution.\n\nLooking for FM Starting Point free software download: http://www.fmstartingpoint.com\n\nRCC, FileMaker Videos, and fmtraining.tv are headquartered in Santa Clara, CA.\n\nhttp://www.rcconsulting.com/\n\nContact us at support@rcconsulting.com\n\nFree FileMaker Training Videos Channel https://www.youtube.com/user/FileMakerVideos\n\nFree FileMaker videos check out ...http://www.filemakervideos.com\n\nDownload the FileMaker Pro & FileMaker GO for mobile devices training videos at http://www.fmtraining.tv\n\nDownload FileMaker Go video training at https://fmtraining.tv/fmgo19.php\n\nDownload Claris FileMaker Full Video Training Bundle at https://fmtraining.tv/subscription.php\n\nhttps://www.youtube.com/playlist?list=PLjTvUZtwtgBQxim8ZEDcBE62OARqaJZAb\nhttps://www.youtube.com/watch?v=Zmc2Mkw49js&list=PLjTvUZtwtgBQxim8ZEDcBE62OARqaJZAb&index=115\nhttp://feeds.feedburner.com/FilemakerQAndAWithRichardCarlton-FmtrainingtvFilemakerPlatformLiveStrea"", ""FileMaker Monkeybread Plug-in Spotlight: Image Editing - Claris FileMaker Platform Experts https://youtu.be/PzDHgF9N6HE\n\n\nDaily Open Q&A with FileMaker Experts. Questions about Installation, Upgrading, Purchasing or How to make FileMaker work for you in your company to increase ROI.\nCheck out our daily live stream FileMaker schedule at https://fmtraining.tv/#LIVE\n\nFileMaker is a cross-platform relational database application from FileMaker Inc. \nhttps://en.wikipedia.org/wiki/FileMaker\n\nCustomer relationship management, processes implemented to manage a company's interactions with customers and prospects\nhttps://en.wikipedia.org/wiki/CRM\n\nClaris International Inc., formerly FileMaker Inc., is a computer software development company formed as a subsidiary company of Apple Computer.\nhttps://en.wikipedia.org/wiki/Claris\n\nTop Rated FileMaker Video Training Course by FileMaker Expert, Richard Carlton. http://fmtraining.tv/fmpro19.php \n\nExperience Richard's dynamic and exciting teaching format, while learning both basic, intermediate, and advanced FileMaker development skills. With 30 years of FileMaker experience and a long time speaker at FileMaker's Developer Conference, Richard will teach you all the ins and outs of building FileMaker Solutions. \nThe course is 60 hours of video content!\n\nRichard has been involved with the FileMaker platform since 1990 and has grown RCC into one of the largest top tier FileMaker consultancies worldwide. \n\nRichard works closely with RCC's staff: a team of 30 FileMaker developers and supporting web designers. He has offices in California, Nevada, and Texas.\n\nRichard has been a frequent speaker at the FileMaker Developers Conference on a variety of topics involving FileMaker for Startups and Entrepreneurs, and client-server integration.\n\nRichard is the Product Manager for FM Starting Point, the popular and most downloaded free FileMaker CRM Starter Solution.\n\nLooking for FM Starting Point free software download: http://www.fmstartingpoint.com\n\nRCC, FileMaker Videos, and fmtraining.tv are headquartered in Santa Clara, CA.\n\nhttp://www.rcconsulting.com/\n\nContact us at support@rcconsulting.com\n\nFree FileMaker Training Videos Channel https://www.youtube.com/user/FileMakerVideos\n\nFree FileMaker videos check out ...http://www.filemakervideos.com\n\nDownload the FileMaker Pro & FileMaker GO for mobile devices training videos at http://www.fmtraining.tv\n\nDownload FileMaker Go video training at https://fmtraining.tv/fmgo19.php\n\nDownload Claris FileMaker Full Video Training Bundle at https://fmtraining.tv/subscription.php\n\nhttps://www.youtube.com/playlist?list=PLjTvUZtwtgBQxim8ZEDcBE62OARqaJZAb\nhttps://www.youtube.com/watch?v=PzDHgF9N6HE&list=PLjTvUZtwtgBQxim8ZEDcBE62OARqaJZAb&index=174\nhttp://feeds.feedburner.com/FilemakerQAndAWithRichardCarlton-FmtrainingtvFilemakerPlatformLiveStream"", ""Open Q&A about Nick’s FileMaker Tips and Tricks - Learn From Claris FileMaker Platform Experts https://youtu.be/j-JfBmBJMF8\n\n\nDaily Open Q&A with FileMaker Experts. Questions about Installation, Upgrading, Purchasing or How to make FileMaker work for you in your company to increase ROI.\nCheck out our daily live stream FileMaker schedule at https://fmtraining.tv/#LIVE\n\nFileMaker is a cross-platform relational database application from FileMaker Inc. \nhttps://en.wikipedia.org/wiki/FileMaker\n\nCustomer relationship management, processes implemented to manage a company's interactions with customers and prospects\nhttps://en.wikipedia.org/wiki/CRM\n\nClaris International Inc., formerly FileMaker Inc., is a computer software development company formed as a subsidiary company of Apple Computer.\nhttps://en.wikipedia.org/wiki/Claris\n\nTop Rated FileMaker Video Training Course by FileMaker Expert, Richard Carlton. http://fmtraining.tv/fmpro19.php \n\nExperience Richard's dynamic and exciting teaching format, while learning both basic, intermediate, and advanced FileMaker development skills. With 30 years of FileMaker experience and a long time speaker at FileMaker's Developer Conference, Richard will teach you all the ins and outs of building FileMaker Solutions. \nThe course is 60 hours of video content!\n\nRichard has been involved with the FileMaker platform since 1990 and has grown RCC into one of the largest top tier FileMaker consultancies worldwide. \n\nRichard works closely with RCC's staff: a team of 30 FileMaker developers and supporting web designers. He has offices in California, Nevada, and Texas.\n\nRichard has been a frequent speaker at the FileMaker Developers Conference on a variety of topics involving FileMaker for Startups and Entrepreneurs, and client-server integration.\n\nRichard is the Product Manager for FM Starting Point, the popular and most downloaded free FileMaker CRM Starter Solution.\n\nLooking for FM Starting Point free software download: http://www.fmstartingpoint.com\n\nRCC, FileMaker Videos, and fmtraining.tv are headquartered in Santa Clara, CA.\n\nhttp://www.rcconsulting.com/\n\nContact us at support@rcconsulting.com\n\nFree FileMaker Training Videos Channel https://www.youtube.com/user/FileMakerVideos\n\nFree FileMaker videos check out ...http://www.filemakervideos.com\n\nDownload the FileMaker Pro & FileMaker GO for mobile devices training videos at http://www.fmtraining.tv\n\nDownload FileMaker Go video training at https://fmtraining.tv/fmgo19.php\n\nDownload Claris FileMaker Full Video Training Bundle at https://fmtraining.tv/subscription.php\n\nhttps://www.youtube.com/playlist?list=PLjTvUZtwtgBQxim8ZEDcBE62OARqaJZAb\nhttps://www.youtube.com/watch?v=j-JfBmBJMF8&list=PLjTvUZtwtgBQxim8ZEDcBE62OARqaJZAb&index=143\nhttp://feeds.feedburner.com/FilemakerQAndAWithRichardCarlton-FmtrainingtvFilemakerPlatformLiveStream""]"
|
| 19 |
+
16,2972,16_n8n_workflows_ai_automation,"['n8n', 'workflows', 'ai', 'automation', 'agents', 'workflow', 'agent', 'mcp', 'node', 'nodes']","['This video was made with n8n', 'what even is n8n', 'n8n is a fouly hourse']"
|
| 20 |
+
17,2931,17_excel_appsheet_sheet_google,"['excel', 'appsheet', 'sheet', 'google', 'sheets', 'export', 'csv', 'file', 'spreadsheet', 'table']","['Why not Excel? 😮', 'great for AppSheet work💯', 'What about Appsheet?']"
|
| 21 |
+
18,2127,18_pdf_print_file_printing,"['pdf', 'print', 'file', 'printing', 'page', 'screen', 'function', 'generate', 'html', 'pdfs']","['Pdf not showin \nPage not found', 'Create a pdf and print out the pdf is the best idea I have for that.', 'Can i still get a pdf from this']"
|
| 22 |
+
19,2953,19_api_login_password_token,"['api', 'login', 'password', 'token', 'authentication', 'key', 'account', 'auth', 'sign', 'user']","['The api token is not showing for me, Why ?', 'why is it asking me login and password', '@@MatteDeiMatte so which API did you use?']"
|
| 23 |
+
20,1771,20_solar_battery_hai_ki,"['solar', 'battery', 'hai', 'ki', 'ka', 'hy', 'hain', 'panels', 'ko', 'ho']","['@abb1591 Is wqqt sb se best solar panels jinko, risen or trina k hain.. Teeno ki price or specification bhi taqreeban same hain. Inveter vm series me kisi bhi company me le lein best hy sb k andar hi taqreeban ek hi trah ka charge controller or board lga hua hy jo k manufacture by Voltronic hy. Fan sirf DC le lein agr solar panel ya battery pr chlana hy', 'ap sab say pehly apni batteries k mutabik setting karain\nus k bad solar first ke setting karain,\nutility load par batteries utility and solar dono say batteries ko charge karta hai to pv k volt drop ho jaty hain, agar ap behtar samjain or ap ka load ap k solar system ke power k mutabik hai to suba k time say magrib tak apni wapda off kar diya karain or rat ko wapda on kar diya karain\nmain ny apni wapda permanent off ke hue hai kyun k mera main load dc ka hai or 220v ka load sirf 2 say 3 lights ka hai', 'Adnan bhai use yani user defined ke mutaliq jo bataya hai wo 100 percent correct hai baqi jitne bhi logon ne ye setting ka batia hai wo ye hi kehte hain ke ups apne aap hi battery ko detect krle ga ke konsi type ki battery hai dar haqeeqat jab mene is inverter ki settings ko read kiya tu mughe ye hi pata chala tha ke user defined rakhne se aap battery ke charging voltage aur discharging voltage ko khud se adjust kr sakte ho manually.']"
|
| 24 |
+
21,2051,21_simplifier_amp_sounds_sound,"['simplifier', 'amp', 'sounds', 'sound', 'pedal', 'cab', 'guitar', 'stereo', 'tone', 'loop']","['For your first question: Yes that is exactly what you would do, then you could use the XLR out as a DI while still playing through a real amp. \nSecond question: Honestly not sure if what you described will work but it makes sense to me. You could also go out the preamp ""Send"" into the the front of your amp to use it as a drive/preamp pedal. (This will bypass the cab sim which is what you would want).\nLast question: You would still get sound but the Cab Sim would be in your signal and it would sound undesirable. (Although tone is subjective so you might like it). If by ""without enabling any knob"" you mean that you set every knob to zero including the volume, than yes, no sound.', 'All I need is enough of an amp & cab sim to allow me to use my pedals without an amp & cab. If you want more from an amp & cab sim…for it to be a big part of the sound…then it might not be for you. And in my case, the Simplifier is the only product in the category I’ve seen that includes everything that I want in one box. Effects loop, DI, headphone out, etc. It seems like everyone else leaves out at least one important element that then means you have to buy one or two other boxes for a complete solution to giving your pedalboard all the outs of a multi-fx unit from decades ago.', ""What do you use for the more serious stuff, and which aspect of the tone did you find lacking for some purpose? To me the Simplifier DLX sounds terrific at least on Youtube demos, and there seems to be some sort of an analog thickness to the sound that I don't quite hear in digital amp sims like Iridium - this observation being completely based on Youtube demos so far. Replicating any specific Fender/Marshall/Vox model's sound is not of interest to me at all, I just want to get nice sounds, and real amps are not an option. The feature set on the Simplifier DLX seems to be designed for me personally ;) All the way down to the stereo spread switch. It looks like both the cab sim sound from the XLR outputs and a cab/amp?-less sound can be recorded simultaneously, which should work very well for recording and re-amping or using other cab/amp sims or IRs.""]"
|
| 25 |
+
22,1597,22_boom_boomi_gay_lol,"['boom', 'boomi', 'gay', 'lol', 'dj', 'oh', 'designer', 'gonna', 'excited', 'black']","['Boomy can we get this to 100k likes and comins saying boom', 'We boom heart hearts', 'IT Only Boom. 💐💐💐🚗🚓🚗🚗🚗']"
|
| 26 |
+
23,2639,23_forums_powerusers_recommend_posting,"['forums', 'powerusers', 'recommend', 'posting', 'microsoft', 'checking', 'similar', 'case', 'issue', 'screenshots']","['@stefin.nathan5960 I would recommend posting your issue on forums \nhttps://powerusers.microsoft.com/', '@@benjaminlahsen6721 I would recommend posting your issue on forums \nhttps://powerusers.microsoft.com', 'I will recommend posting your issue on the forums at https://powerusers.microsoft.com']"
|
| 27 |
+
24,2622,24_search_filter_filters_filtering,"['search', 'filter', 'filters', 'filtering', 'text', 'field', 'delegable', 'records', 'startswith', 'results']","['does the search text field work?', 'You can search and filter at same time. I have a video on that topic.', 'how to filter table instead of search']"
|
| 28 |
+
25,2815,25_explanation_explained_clear_concise,"['explanation', 'explained', 'clear', 'concise', 'straight', 'explanations', 'explaining', 'clearly', 'overview', 'detailed']","['Thanks for the clear explanation ☺️☺️', 'Such a clear explanation', 'Very clear explanation. !! thanks a lot """"']"
|
| 29 |
+
26,2783,26_code_low_coding_tools,"['code', 'low', 'coding', 'tools', 'programming', 'developer', 'nocode', 'tool', 'visual', 'developers']","['How about if it comphare to Code on time, please help', 'Low code and no code.. this is good.', 'or i could code in C#. C# on top']"
|
| 30 |
+
27,2261,27_gallery_items_galleries_item,"['gallery', 'items', 'galleries', 'item', 'property', 'selected', 'vertical', 'reza', 'collection', 'form']","['Hey Rohit,\nThat is a gallery.', 'How can I create a gallery like the one in the video?', 'Gallery is connected to the data source. If you need empty gallery each time, then use the Collection as items property for the gallery.']"
|
| 31 |
+
28,1912,28_chat_openai_chatgpt_gpt,"['chat', 'openai', 'chatgpt', 'gpt', 'chatbot', 'api', 'conversation', 'prompt', 'model', 'messages']","['why do you use openrouter api for gpt 4.1, instead of just using the openAI Api directly?', ""Hi David, this tutorial overviews the api version of GPT that is Completions and no tutorial yet for the version of the api that is Chat. But here's a rough list of steps to setup a new api call in Bubble to interact with the Chat version of api.. \n\n(1) you'll want to read and study the docs https://platform.openai.com/docs/api-reference/chat/create\n(2) setup a new API call (with same authentication as shown in this video, the only difference is you doing a new api call) that is a POST to https://api.openai.com/v1/chat/completions and run it as an action\n(3) note the parameters box on right side https://platform.openai.com/docs/api-reference/chat/create as that's what goes in your json body when you build out the API call in Bubble\n(4) the trick to all of this is getting your bubble data structure to format each part of the chat as shown in the first black code block on https://platform.openai.com/docs/guides/chat under “An example API call looks as follows:”.. I’d suggest a data type that includes a field for Role (could be an option set of system/user/assistant, and a field for Text (to hold the sent messages and responses) … essentially whatever parts of the json you make dynamic over in the API call that you setup, like to 5:25 (this part it helps to have a working knowledge of Bubble APIs more so than knowing this particular example .. again, the trick to all of this is getting the data you’re submitting when you run the workflow action in Bubble to post data over to the chatgpt Chat api is getting into that example format mentioned at the start of this point\n(5) if you’ve got the action setup to send the data in the correct format and you’re getting responses and saving the data in a structured way, you can display this data in a repeating group so it appears as a chat and play with the UI so it feels more like a chat\n(6) because OpenAI has a token limit, for the time being, you will run into the issue of having too many characters/tokens at some point and will want to shave off the oldest chat messages but that is a discussion for another day,\n\nHope that helps."", ""@@christophedecrouy3822 yes it's possible \n\nI'll re-share the response to another comment here but it's a different API of OpenAI's that you'd be interacting with. This tutorial overviews the api version of GPT that is Completions and no tutorial yet for the version of the api that is Chat. But here's a rough list of steps to setup a new api call in Bubble to interact with the Chat version of api.. \n\n(1) you'll want to read and study the docs https://platform.openai.com/docs/api-reference/chat/create\n(2) setup a new API call (with same authentication as shown in this video, the only difference is you doing a new api call) that is a POST to https://api.openai.com/v1/chat/completions and run it as an action\n(3) note the parameters box on right side https://platform.openai.com/docs/api-reference/chat/create as that's what goes in your json body when you build out the API call in Bubble\n(4) the trick to all of this is getting your bubble data structure to format each part of the chat as shown in the first black code block on https://platform.openai.com/docs/guides/chat under “An example API call looks as follows:”.. I’d suggest a data type that includes a field for Role (could be an option set of system/user/assistant, and a field for Text (to hold the sent messages and responses) … essentially whatever parts of the json you make dynamic over in the API call that you setup, like to 5:25 (this part it helps to have a working knowledge of Bubble APIs more so than knowing this particular example .. again, the trick to all of this is getting the data you’re submitting when you run the workflow action in Bubble to post data over to the chatgpt Chat api is getting into that example format mentioned at the start of this point\n(5) if you’ve got the action setup to send the data in the correct format and you’re getting responses and saving the data in a structured way, you can display this data in a repeating group so it appears as a chat and play with the UI so it feels more like a chat\n(6) because OpenAI has a token limit, for the time being, you will run into the issue of having too many characters/tokens at some point and will want to shave off the oldest chat messages but that is a discussion for another day,\n\nHope that helps.""]"
|
| 32 |
+
29,1582,29_hai_bhai_ho_se,"['hai', 'bhai', 'ho', 'se', 'ka', 'bhi', 'ki', 'ke', 'aap', 'kya']","[""Task 5 nhi ho raha hai manually bhi try kar lia hai but didn't work."", 'bhai chat gpt strawberry aa raha hai and reports se pata chala hai ke wo khud apna data generate karne wala hai to kya aise me data scientist ke job par koi asar padega kya data science padhna safe hai please ek video bana do', 'Sir 7 members he ye he topic PE kaam kare rahe hai hamari raat ko class hoti hai ham 7 members ye he power aap Maine kaam kar rahe hai sir or ke baat bole ni thi aapne Jo pehle se le kar last Tak ki video banayi hai to ASI video bana Dona ki ek he video mein sab kuch aajaye or ham video dekhta hai to aap ne kise Maine kaha formula putup Kiya wo samje nhi aata isliye toda slow samjaya Karo to parfect samje aaye thank sir aapne reply Diya']"
|
| 33 |
+
30,4012,30_tried_haven_feature_scenario,"['tried', 'haven', 'feature', 'scenario', 'sorry', 'im', 'aware', 'option', 'explored', 'believe']","['Possible but I have not tried it', 'Yes sure its possible', '@@IlaChauhan-hx2sq Its possible for sure but not something I have tried']"
|
| 34 |
+
31,1677,31_inventory_order_invoice_stock,"['inventory', 'order', 'invoice', 'stock', 'cart', 'sales', 'item', 'quantity', 'items', 'stocks']","['Do you have system for web cameras to monitor inventory on shelves and trigger re order before stock out?', 'Certainly! To automatically update the stock availability in your ""Item"" list while running your PowerApps, you can follow these steps:\n\n1. **Create a Collection**:\n - In your PowerApps app, create a collection to store the information as the user interacts with the shopping cart. You can use the `Collect` function to add items to this collection. For example:\n ```powerapps\n Collect(\n ShoppingItemsOrdered,\n {\n ProductImage: ThisItem.\'Product Image\',\n ProductID: ThisItem.\'Product ID\',\n ProductName: ThisItem.\'Product Name\',\n ProductPrice: ThisItem.\'Product Price\',\n ProductQuantity: QuantityValue.Selected.Result,\n ProductTotalCost: (ThisItem.\'Product Price\' * QuantityValue.Selected.Result),\n ProductNewStock: ThisItem.\'Product Stock\' - QuantityValue.Selected.Result\n }\n );\n ```\n - The `ProductNewStock` field calculates the updated stock based on the quantity selected by the user.\n\n2. **Submit Order**:\n - When the user clicks the submit order button, use the `ForAll` function to update the original item list (e.g., \'Items - Spirits\') with the new stock values:\n ```powerapps\n ForAll(\n ShoppingItemsOrdered,\n UpdateIf(\n \'Items - Spirits\',\n \'Product ID\' = ProductID,\n {\'Product Stock\': ProductNewStock}\n )\n );\n ```\n - This formula will update the stock on the original item list without any errors.\n\nRemember to adjust the field names and list names according to your specific setup. If you encounter any issues or need further assistance, feel free to ask! 😊\n\nSource: Conversation with Bing, 4/17/2024\n(1) Solved: Shopping Cart - Update Product Stock - Power Platform Community. https://powerusers.microsoft.com/t5/Building-Power-Apps/Shopping-Cart-Update-Product-Stock/td-p/826890.\n(2) Update and UpdateIf functions - Power Platform | Microsoft Learn. https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-update-updateif.\n(3) Solved: Updating Quantity for Inventory App. - Power Platform Community. https://powerusers.microsoft.com/t5/Building-Power-Apps/Updating-Quantity-for-Inventory-App/td-p/745396.\n(4) How to Update SharePoint List Using Power Automate - Process Street. https://www.process.st/how-to/update-sharepoint-list-using-power-automate/.', 'Bro, you showed how to create a sale (stock out), but that doesn\'t reflect in the main inventory.. \n\nI have checked part 2 of this video, where you showed add stock (stock in) and which is reflected in inventory.\n\nKindly guide me on how to COMBINE ""stock in"" and ""stock out"" in Inventory']"
|
| 35 |
+
32,2116,32_patch_collection_function_patching,"['patch', 'collection', 'function', 'patching', 'record', 'grid', 'collections', 'error', 'column', 'sharepoint']","['Patch is the way to go.', 'You can use Patch to update the collection.', 'You could use Patch for that.']"
|
| 36 |
+
33,2849,33_form_edit_forms_submit,"['form', 'edit', 'forms', 'submit', 'button', 'mode', 'screen', 'fields', 'view', 'save']","['Sir if we want to go to new form and from our data table we have to fill our selected values which we want only in new form here edit form is happening but we want new form to fill new form And only the values that we have to fill in the form are there', 'What if I use a form..', 'Hi..I checked most of the form control playlist..Mostly I could see Edit form is used instead of display form.\nCan you let me know is it possible to make display form to edit form?']"
|
| 37 |
+
34,3460,34_vid_interesting_fantastic_wonderful,"['vid', 'interesting', 'fantastic', 'wonderful', 'man', 'shane', 'loved', 'enjoyed', 'presentation', 'absolutely']","['Another grear video!!! Thank you.', 'many thanks for the video', 'I like this video..']"
|
| 38 |
+
35,1354,35_song_beautiful_music_album,"['song', 'beautiful', 'music', 'album', 'voice', 'performance', 'lovely', 'fear', 'songs', 'sheldon']","['I like this song', 'Very meaningfull song, keep it up..💖💖💖', 'Emotional melody song.😌']"
|
| 39 |
+
36,1755,36_india_tamil_tn_interview,"['india', 'tamil', 'tn', 'interview', 'dmk', 'state', 'suresh', 'government', 'education', 'govt']","['What a interview...to grow our TN and india?', 'Both are same if TN is developed india will also', '"" No. 1 is Tamil Nadu "" in India']"
|
| 40 |
+
37,1046,37_firebase_firestore_supabase_storage,"['firebase', 'firestore', 'supabase', 'storage', 'database', 'backend', 'rules', 'authentication', 'ff', 'rowy']","['Firebase, Mockaroo, Firefoo', 'There is already one. Firebase', 'How to do this in Firebase?']"
|
| 41 |
+
38,1224,38_stripe_payment_plugin_payments,"['stripe', 'payment', 'plugin', 'payments', 'account', 'checkout', 'card', 'customer', 'bubble', 'bank']","[""Hi Majd, make sure that you're using the test version of the app if you're using a test card 4242 4242 4242 and any expiration date in future, any CVV. If you're integrating Stripe.js 2 then you will want be sure you create a customer in stripe, save the stripe customer iD and save the STripe ID of their card when you create their card with a stripe token. then when you charge them with a saved card use this stripe card id that you saved in Bubble on the user. I will cover another payments tutorial sometime in the future, would be great to go over Stripe.js 2 plugins because it's very flexible"", 'My first question is : what is the field type of StripeID ? I have many options of stripe type fields ( Stripe invoice, Stripe Customer, Stripe Subscription, Stripe Subscription Item, etc...) but no StripeID.', 'Yes using Stripe']"
|
| 42 |
+
39,2392,39_free_plan_paid_pay,"['free', 'plan', 'paid', 'pay', 'month', 'trial', 'subscription', 'monthly', 'cost', 'credits']","['it is free for now', 'And it is not *FREE*', 'Not free either']"
|
| 43 |
+
40,2613,40_github_file_download_sample,"['github', 'file', 'download', 'sample', 'zip', 'demo', 'rdorrani', 'repo', 'code', 'git']","['I could only copy the code and not download as file?', 'can you download the file? @Nnamdi Ihenetu-Geoffrey', 'How to download the file ?']"
|
| 44 |
+
41,1982,41_email_send_notification_emails,"['email', 'send', 'notification', 'emails', 'notifications', 'outlook', 'push', 'sent', 'mail', 'address']","['Hello bro, I make a dynamic email which let the email update the table with a quick edit in the email\nHowever my problem is that when it is update the same e-mail is send back \nAlready tried this row before and after but it does work and sometimes makes the system dont send the email at all', ""Email Notification is one of the most common requirements for even a simple app, and why do we need to write scripts to send email notification? After Google putting so much effort and money on making AppMaker, what cost you so much by including Email Notification feature? For a non-technical business people, some (if not many) can actually give up on your product due to lack of email notification -- they can't write code to send email anyway. Think about it Google."", 'Simply send a notification email']"
|
| 45 |
+
42,1510,42_audio_music_sound_voice,"['audio', 'music', 'sound', 'voice', 'background', 'mic', 'volume', 'microphone', 'annoying', 'hear']","['background music is more louder than your voice !', ""Can't hear the audio, only music."", 'Good music audio']"
|
| 46 |
+
43,1620,43_flow_flows_trigger_automate,"['flow', 'flows', 'trigger', 'automate', 'power', 'run', 'action', 'apps', 'powerapps', 'v2']","[""Nice video! But do you know what I could do if I don't see the Power Automate flow in Power Apps? I did an Instant Cloud Flow with Power Apps as a trigger and it doesn't show up in the PowerApps flows. Thanks!"", 'I am new to power automate flows. I watched couple of your videos and finally able to create one flow. But now I want to use same flow for another list . How to use same flow for more than one Sharepoint list within one Sharepoint.', 'A flow cannot have an app in it.']"
|
| 47 |
+
44,1162,44_sending_po_support_class,"['sending', 'po', 'support', 'class', 'waiting', 'youtubers', 'yummy', 'youtuber', 'ivan', 'host']","['sending support and waiting. yayalabs', 'Sending love and full support from team eagle waiting here', 'Sending love and support waiting for this yayalabs']"
|
| 48 |
+
45,916,45_approval_approver_approvals_approve,"['approval', 'approver', 'approvals', 'approve', 'approvers', 'approved', 'reject', 'flow', 'status', 'request']","['@RezaDorrani MS flow approval, sends the e-mail with approval button, but I want approver to review and edit the information and then approve it. I want the form to have pre-filled data, approver updates the information and approve to move to next level of approval. Please give me some directions to research on myself. It will be great, if you can make one quickly.', ""Hi Reza! This is, in fact, an excellent video. But one question from me is, how can I get the API when I create an approval action in Power Automate? Since I don't have the approval dashboard like yours, where I can also approve within Power Automate, I only have the options of approval in Teams and email."", 'We are using an approval action which does send the approval task to both email and Teams']"
|
| 49 |
+
46,1552,46_controls_modern_color_control,"['controls', 'modern', 'color', 'control', 'classic', 'theme', 'colors', 'font', 'preview', 'colour']","['I have not tried with modern controls hence not sure', 'Do you need to use modern controls?', ""I can't find modern controls""]"
|
| 50 |
+
47,1378,47_model_canvas_driven_apps,"['model', 'canvas', 'driven', 'apps', 'lisa', 'pages', 'dataverse', 'custom', 'power', 'page']","['Hello Sir, Is it Model-driven app or a Canvas app could please let me know.', 'Thank you, with this I can now create canvas! in a Model driven App', 'Does this onluy for model driven app? or is it available for canvas app too?']"
|
| 51 |
+
48,2072,48_idea_suggestion_ideas_future,"['idea', 'suggestion', 'ideas', 'future', 'definitely', 'tuned', 'stay', 'added', 'mind', 'sounds']","[""Thanks for the suggestion! We'll add it to the list!"", ""I'll add to my list! Thanks for the suggestion."", 'That’s the idea. Thank you for your suggestion']"
|
| 52 |
+
49,1398,49_responsive_container_containers_height,"['responsive', 'container', 'containers', 'height', 'width', 'size', 'design', 'layout', 'screen', 'horizontal']","['Is it responsive?', 'What’s good for responsive?', 'Can you please make a video on responsive design support, if we are creating a Web app and mobile app, so it should be responsive on all screen size.']"
|
| 53 |
+
50,1732,50_contact_gmail_email_number,"['contact', 'gmail', 'email', 'number', 'mail', 'reach', 'talk', 'connect', 'dm', 'send']","['@@clavinfernandes8566 How can i contact you?', 'is there anyway i can contact you please', 'CAN YOU SHARE A CONTACT NUMBER TO CONTACT YOU']"
|
| 54 |
+
51,1047,51_exam_pl_certification_900,"['exam', 'pl', 'certification', '900', 'passed', 'salesforce', 'study', 'dumps', 'questions', 'practice']","['Same questions appear for everyone in pl-900 exam...?? \nHow to prepare for pl-900 exam...plz help', 'Where to practice pl 900 exam ?', ""Hi Muhammad. You don't need to take the PL-200 exam before taking the PL-100 exam. However, most of the requirements of the PL-100 exam are in the PL-200 exam, so you probably would be able to do so. Phillip""]"
|
| 55 |
+
52,1135,52_template_templates_skool_word,"['template', 'templates', 'skool', 'word', 'free', 'community', 'available', 'page', 'document', 'n8n']","['Where do I find this template?', 'HOW TO GET THAT TEMPLATE', 'How can i get this template?']"
|
| 56 |
+
53,1589,53_n8n_install_local_locally,"['n8n', 'install', 'local', 'locally', 'node', 'mcp', 'self', 'hosted', 'host', 'nodes']","['You can self host N8N', 'It is too much work. I will automate setting up N8N by using N8N...', ""one that don't have n8n is mailhook.""]"
|
| 57 |
+
54,1865,54_dataverse_sql_sharepoint_database,"['dataverse', 'sql', 'sharepoint', 'database', 'tables', 'source', 'teams', 'table', 'lists', 'server']","['It will not be the same with Dataverse', 'This one is Dataverse.', 'Will these work for Dataverse as well ?']"
|
| 58 |
+
55,1007,55_whatsapp_telegram_trigger_message,"['whatsapp', 'telegram', 'trigger', 'message', 'webhook', 'number', 'bot', 'send', 'business', 'meta']","['Full Tutorial for stickers app for WhatsApp', 'Do we need WhatsApp business API to connect with whatsapp?', ""are there opcion with whatsapp<'""]"
|
| 59 |
+
56,1873,56_valuable_quality_appreciate_enjoying,"['valuable', 'quality', 'appreciate', 'enjoying', 'helpful', 'man', 'truly', 'coming', 'useful', 'glad']","['Great content!! thank you', 'Great content. Thanks a lot.. 👍👍👍', 'good content. keep up the great work!']"
|
| 60 |
+
57,1552,57_course_courses_training_udemy,"['course', 'courses', 'training', 'udemy', 'online', 'classes', 'join', 'offer', 'paid', 'session']","['Hi, Do you have a Many to many course?', 'Where can I get this course', 'Do you have a course for this ?']"
|
| 61 |
+
58,1209,58_reza_dorrani_saver_explained,"['reza', 'dorrani', 'saver', 'explained', 'knowledge', 'life', 'helpful', 'brilliant', 'useful', 'session']","['Great Reza ! Thanks a lot !', 'Great one Reza :)', 'Thank you so much for these Reza!']"
|
| 62 |
+
59,1558,59_workflow_workflows_pneumatic_node,"['workflow', 'workflows', 'pneumatic', 'node', 'trigger', 'n8n', 'step', 'backend', 'nodes', 'tool']","['How do I get this workflow?', 'Where to get workflow?', 'where can i find this workflow?']"
|
| 63 |
+
60,694,60_qr_barcode_scan_scanner,"['qr', 'barcode', 'scan', 'scanner', 'scanning', 'barcodes', 'code', 'codes', 'reader', 'scanned']","['How to scan the QR code? 😢', 'appreciate if you could do a video about qr code/ barcode scanner using power app', 'Can create with barcode?\nI don’t need QR code, I need barcode']"
|
| 64 |
+
61,2763,61_table_column_columns_tables,"['table', 'column', 'columns', 'tables', 'lookup', 'id', 'child', 'row', 'parent', 'relationship']","['Good explanation. Would you know to get a specific value from a Virtual Column from another table to display on another column on a seperate table? I had made reference on the new table with the [keyid].[virtual column] but no value is coming up despite a value working on the other table.\nThanks', 'How can i create a table column like in yout sharepoint list?', 'how create a table?']"
|
| 65 |
+
62,1232,62_automation_automations_automate_automating,"['automation', 'automations', 'automate', 'automating', 'stuff', 'tribe', 'pneumatic', 'nick', 'skool', 'ai']","['Automation 😁🙏🏼⭐⭐⭐🙌🏼🙌🏼🙌🏼', 'Automation 😊 thank you', 'Automation 😊 thank you!']"
|
| 66 |
+
63,2036,63_informative_information_knowledge_info,"['informative', 'information', 'knowledge', 'info', 'valuable', 'useful', 'session', 'helpful', 'interview', 'appreciate']","['Good one. Very Informative. Thanks for sharing this.', 'Very informative! Thanks for sharing', 'Very informative. Thanks for the information.']"
|
| 67 |
+
64,1459,64_useful_helpful_saved_helped,"['useful', 'helpful', 'saved', 'helped', 'extremely', 'super', 'usefull', 'glad', 'life', 'incredibly']","['Thank you! This was a very helpful video!!', 'Very helpful video. Thank you!', 'Thank you for this video. Very helpful video 🙂👍.']"
|
| 68 |
+
65,1068,65_teacher_teaching_style_lesson,"['teacher', 'teaching', 'style', 'lesson', 'teach', 'learned', 'lecture', 'learning', 'teachers', 'tutor']","['Thanks a lot! You are a very goog teacher.', 'Thanks a Lot my teacher :)', 'wow, you are the best Teacher \nthank you so much for teaching me and everyone, all the best to you']"
|
| 69 |
+
66,1678,66_tool_screen_software_recording,"['tool', 'screen', 'software', 'recording', 'editing', 'studio', 'draw', 'record', 'diagram', 'mac']","['What recording software are you using to record this?', 'Which screen recording software are you using ?', 'Hi.. Thanks for the great video, I have another question.. What is the name of the software you use to record the screen?']"
|
| 70 |
+
67,1427,67_watching_glad_hear_welcome,"['watching', 'glad', 'hear', 'welcome', 'enjoyed', 'liking', 'happy', 'commenting', 'pleasure', 'subscribing']","[""That's great! Thank you for watching."", 'Thanks for watching! :)', 'Thanks for watching! \u200b@@GreenlifeFin']"
|
| 71 |
+
68,643,68_ukraine_war_germany_tanks,"['ukraine', 'war', 'germany', 'tanks', 'russian', 'weapons', 'military', 'air', 'poland', 'german']","['Widen the war and deal with Russia once and for all. Russia will destroy itself thanks to Putin.', 'Hard to see how Russia would widen this war. It would be absolutely suicidal.', '2:54 ""There is a hangover from World War 2, a sense of guilt over Germany\'s conduct and relationship with RUSSIA.""\n\nNO. This is wrong. Germany did not invade Russia. Germany invaded the SOVIET UNION, which included other entire republics such as... UKRAINE. Ukraine has been so thoroughly erased from history that even though Germans are almost paralyzed with war guilt over ""what we did to Russia"", many Germans would probably give you a blank stare if you asked them how much war guilt they feel towards Ukrainians. The lands most devastated by the fighting on the Eastern Front were Poland, Belarus, and Ukraine, NOT RUSSIA. But you\'d never know that from the way that history is always framed, and especially the way entire nations and peoples have been successfully erased from that history, like Ukraine. Millions of Ukrainians died in the war, many Ukrainian civilians, and many Ukrainian soldiers serving in the Red Army. \n\nThis endless hand-wringing over the ""terrible things Germans did to RUSSIANS"" is a complete erasure, and Moscow secretly smiles every time someone repeats this Russian-centric narrative framing that erases Ukrainians, Belarusians, Khazaks, and many others. After the collapse of the Soviet Union, everyone did a mental ""search & replace"" and swapped ""Soviet"" with ""Russian"" and called it a day. This is how Russia can propagate the myth that ""Ukraine isn\'t a real country"". This corrupted understanding of history is how we end up with a situation in which Germany, wracked with war guilt, identifies with and appeases RUSSIA THE INVADER and pressures UKRAINE THE VICTIM to negotiate.']"
|
| 72 |
+
69,1137,69_menu_component_navigation_bar,"['menu', 'component', 'navigation', 'bar', 'nav', 'screen', 'icon', 'navigate', 'left', 'menus']","['Thanks for Watching. Add the ""NavLink"" in submenu table (similar to Menu) and Use Navigate function to go to another screen on click of menu/submenu', 'Do you have the link to the video where you create your side menu?', 'Hi, Do you have a video of a side menu with a submenu?']"
|
| 73 |
+
70,1440,70_soon_upload_pls_coming,"['soon', 'upload', 'pls', 'coming', 'plz', 'forward', 'uploading', 'vids', 'waiting', 'tuned']","['Can you please do more videos', 'more videos like this please', 'Thanks For this Video ,Please Upload All videos.']"
|
| 74 |
+
71,1157,71_self_hosting_hosted_host,"['self', 'hosting', 'hosted', 'host', 'hostinger', 'domain', 'cloud', 'server', 'vps', 'free']","['So all only possible through self hosting?', 'What is self hosting?', 'Self-hosting it can be done for free']"
|
| 75 |
+
72,581,72_zoho_creator_deluge_greetings,"['zoho', 'creator', 'deluge', 'greetings', 'crm', 'books', 'portal', 'support', 'form', 'html']","['Zoho creator nte kooduthal videos chayyumoo', 'I have Zoho One and it has Creator in it', 'Thank you @Zoho Creator ❤']"
|
| 76 |
+
73,627,73_ff_widget_code_web,"['ff', 'widget', 'code', 'web', 'figma', 'widgets', 'custom', 'supabase', 'tutorial', 'api']","['you can make anything with FF', 'this should be premade with ff.', 'More FF please! Thanks!!']"
|
| 77 |
+
74,856,74_subscribed_subscriber_subscribe_sub,"['subscribed', 'subscriber', 'subscribe', 'sub', 'subbed', 'earned', 'liked', 'subscribing', 'subs', 'forget']","['I have subscribed', 'well done. subscribed', 'Just subscribed']"
|
| 78 |
+
75,680,75_map_location_maps_address,"['map', 'location', 'maps', 'address', 'distance', 'google', 'marker', 'lat', 'locations', 'markers']","[""Thanks for all the help, looked through some of your videos and they've all been great help. For the project I am working on, I am looking for a way to overlay my own text and images over google maps (or any other map design), when you click a location on said map. For example like when you click on a resturant on google maps all their info pops up. Can I accomplish this on FF?"", 'Could leaflet-maps be used here as a custom map instead of google Maps?', '❤🧡💛💚💙💜🤎🖤🤍 Awesome. Good job! Please, make the part 2 of this tutorial and perhaps add google map by explaining filtering on google map based on a store location against the user location. (store near user location).']"
|
| 79 |
+
76,869,76_license_premium_365_office,"['license', 'premium', '365', 'office', 'power', 'licenses', 'apps', 'connectors', 'users', 'licence']","['They will need a license for Power Apps.', 'External users do need a license. \nThey need a power apps premium plan if App is using a premium connector.\nThey need basic power apps license (office plan) if App is using standard connectors.', 'Every Power Apps user does need a license. \nSeeded Office 365 licenses include Power Apps. \nPremium license for Power Apps are required only when your Apps use premium connectors.']"
|
| 80 |
+
77,1075,77_group_repeating_groups_element,"['group', 'repeating', 'groups', 'element', 'page', 'focus', 'visible', 'reusable', 'elements', 'cell']","['What input did you set in the repeating group? How did you built this repeating group?', ""What's the Data Source for your repeating group?"", 'How is it different from a repeating group?']"
|
| 81 |
+
78,837,78_english_language_subtitles_spanish,"['english', 'language', 'subtitles', 'spanish', 'speak', 'translate', 'translation', 'french', 'captions', 'auto']","['Could I ask you to add subtitles for people who do not know English and Chinese. 🙏🙂Subtitles added.', 'Let me add English subtitles', 'Hope to see this with English subtitles']"
|
| 82 |
+
79,1921,79_rezadorrani_response_reply_quick,"['rezadorrani', 'response', 'reply', 'quick', 'reza', 'appreciate', 'okay', 'forum', 'posted', 'answer']","['@@RezaDorrani thank you !', '@@RezaDorrani thanks you', '@@RezaDorrani Thank you for your time! ))']"
|
| 83 |
+
80,1039,80_cloud_engine_deploy_gcp,"['cloud', 'engine', 'deploy', 'gcp', 'google', 'gcloud', 'java', 'service', 'python', 'deploying']","[""I got it working. I had to do 2 things. Actually create an app engine, as well as allow access to all api's when creating my instance. but from there i was able to create it from the google cloud compute engine."", ""Please deploy the application on App Engine. (I'm getting this error) (Can anyone please help ?)"", 'Hi there,\r\n\r\nThank you for this great video :)\r\n\r\nJust a quick question for my understanding:\r\nOnly the last sample / #7 has ""without Docker via Cloud Buildpacks deployment"" in the title.\r\nIsn\'t sample #1, #2, #3, #4, #5 and #6 also using Cloud Buildpacks in the background?\r\nThis video https://youtu.be/suhCr5W_bFc?t=298 states that App Engine, Cloud Run and Cloud Functions also build via Cloud Buildpacks.\r\nThank you in advance!\r\n\r\n#1) 4:45 - Deploy Node.js app to App Engine\r\n#2) 5:33 - Deploy Node.js app to Cloud Functions\r\n#3) 6:31 - Deploy Node.js app to Cloud Run\r\n#4) 7:32 - Deploy Python 2 app to App Engine\r\n#5) 8:20 - Deploy Python 3 app to App Engine\r\n#6) 9:14 - Deploy Python 3 app to Cloud Functions\r\n#7) 10:19 - Deploy Python 2 app to Cloud Run with Docker\r\n#8) 11:21 - Deploy Python 3 app to Cloud Run with Docker\r\n#9) 12:36 - Deploy Python 3 app to Cloud Run without Docker via Cloud Buildpacks']"
|
| 84 |
+
81,2030,81_enjoy_learning_helping_happy,"['enjoy', 'learning', 'helping', 'happy', 'appreciate', 'helpful', 'watching', 'series', 'effort', 'man']","['Thank you for great videos 🎉', '@ Thank you! Great videos!', 'Your videos are great, thank you']"
|
| 85 |
+
82,923,82_json_parse_parsejson_object,"['json', 'parse', 'parsejson', 'object', 'string', 'jsonformat', 'file', 'error', 'array', 'alignment']","['I need this json can someone give me?', 'Why not use JSON?', 'Can you givee this on json']"
|
| 86 |
+
83,1594,83_waiting_youtu_episode_wait,"['waiting', 'youtu', 'episode', 'wait', 'eagerly', 'coming', 'second', 'released', '2nd', 'series']","['the video i was waiting for please part 2', 'Waiting for part 2 video', 'great video. Waiting for part 2']"
|
| 87 |
+
84,1738,84_topic_backlog_post_subscribers,"['topic', 'backlog', 'post', 'subscribers', 'requests', 'suggestions', 'voted', 'community', 'tab', 'suggestion']","['Most welcome!\nI have no plans for a video on the topic you mentioned.\nEvery 6 months I ask subscribers for topic suggestions on Community Tab of my channel. Most voted idea gets added to my backlog. Make sure to post this idea whenever I post the next topic suggestion post.', 'Most welcome!\nI make videos when I receive multiple requests on a topic. Every 6 months I ask subscribers for topic suggestions on Community Tab of my channel. Most voted topic ideas get added to my backlog. Make sure to suggest this idea whenever the next topic suggestion post is out.', 'Thanks!\nI have no plans for a video on that.\n I make videos when I receive multiple requests on a topic. Every 6 months I ask subscribers for topic suggestions on Community Tab of my channel. Most voted idea gets added to my backlog. Make sure to post this idea whenever I post the next topic suggestion post.']"
|
| 88 |
+
85,1688,85_error_message_failed_errors,"['error', 'message', 'failed', 'errors', 'fix', 'invalid', 'followed', 'request', 'following', 'node']","[""what's the error?"", '@@cm11138 I have the same error. ', 'what is the error?']"
|
| 89 |
+
86,1907,86_access_permissions_security_user,"['access', 'permissions', 'security', 'user', 'users', 'role', 'permission', 'admin', 'level', 'sharepoint']","['Hi Reza,\nIn sharepoint role based security, do we need to break permissions in the parent list as well?', 'Users will need to have permissions to the list itself. Idea is to break permission at the item level.', 'Im assuming by not access you mean no access at all. In that case you dont give permissions to those users on the site.\n\nIf you mean read only, then you can set permissions at list level.\nYou can also create your own custom SP groups if required.']"
|
| 90 |
+
87,1483,87_available_preview_feature_release,"['available', 'preview', 'feature', 'release', 'region', 'ga', 'currently', 'features', 'public', 'uk']","['It is currently available for US Region in preview type environments.', '📝 Currently available in US Region preview type environments only', 'Its still available in US preview region.']"
|
| 91 |
+
88,884,88_business_central_dynamics_365,"['business', 'central', 'dynamics', '365', 'bc', 'microsoft', 'd365', 'sales', 'crm', 'dynamics365']","['Here you can read more about the business areas and functionality in Business Central, such as financial management, reporting and sales.\nhttps://www.activebs.com/en/dynamics-365-business-central/business-central-business-functionality', 'Figured out about the Microsoft Dynamics 365 Business Central.', 'Hi Sir good day! how can I resolve this error in our Business central ""You do not have access to Dynamics 365 Business Central. Verify that you have been set up as a valid user in Dynamics 365 Business Central.? thanks in advance']"
|
| 92 |
+
89,700,89_reza_brilliant_usual_tips,"['reza', 'brilliant', 'usual', 'tips', 'linking', 'useful', 'deep', 'presentation', 'clear', 'knowledge']","['Great video as always.. Thanks Reza..', 'Another great video! Thanks, Reza.', 'As always, great video Reza!!']"
|
| 93 |
+
90,777,90_docker_compose_baserow_host,"['docker', 'compose', 'baserow', 'host', 'container', 'n8n', 'internal', 'install', 'windows', 'running']","['Do I need the docker file?', 'Not using it with docker first?', 'docker cammand please']"
|
| 94 |
+
91,429,91_sap_btp_process_automation,"['sap', 'btp', 'process', 'automation', 'joget', 'trial', 'cloud', 'generative', 'hana', 'service']","['What do you think about SAP Build? 🤔', 'Thanks for your feedback! You can find more resources on ABAP Cloud, https://sap.to/6054IQuo8, and SAP Build, https://sap.to/6055IQuoD, on the SAP Learning site. - Bella, SAP Community social media team', 'Are that a function of SAP or of SAP B1?']"
|
| 95 |
+
92,773,92_canada_china_earth_climate,"['canada', 'china', 'earth', 'climate', 'global', 'country', 'world', 'city', 'science', 'cities']","[""Don't need a petition. Canada's started already."", '@zachcarter3186 Further more (since I am replying to you both) Canada has some of the best and safest energy gathering forest and resource management laws in the world. What China burns in coal in a day far exceeds what Canada does in a month, start in China before bankrupting our country.', 'Nothing is made in Canada.']"
|
| 96 |
+
93,414,93_boomi_dell_sumit_dellboomi,"['boomi', 'dell', 'sumit', 'dellboomi', 'bhoomi', 'training', 'integration', 'course', 'career', 'shalini']","['Hi Shalini can you please share some more videos about Dell boomi', 'I am looking for Dell boomi training', 'Hi shalini garu, can we have full videos on dell boomi.']"
|
| 97 |
+
94,1195,94_00_11_25_13,"['00', '11', '25', '13', '24', '20', '02', '18', 'min', '12']","['Crazy part starts at 6:00', '16:20\n\n17:00\n\n20:10\n\n24:50', 'This is for my references \n2:10\n7:50\n9:10\n13:00\n19:00\n19:40\n24:40\n30:00\n31:00\n33:00\n37:00']"
|
| 98 |
+
95,704,95_supabase_postgres_vector_qdrant,"['supabase', 'postgres', 'vector', 'qdrant', 'db', 'node', 'rag', 'database', 'cole', 'memory']","['what about Supabase?', 'work with supabase?', ""I can't get it to work with Supabase.""]"
|
| 99 |
+
96,1175,96_review_figure_black_retool,"['review', 'figure', 'black', 'retool', 'transformation', 'white', 'bike', 'figures', 'red', 'movie']","['Well I agree and disagree with your points. When it came to the Sentinel Haslab, Marvel Legends reused the extra figures bodies. They are famous for it, well Hasbro is famous for repaints. If they included some red hair for Glenda that would be cool. I think that Glenda, though, was a good choice. I like two things about Glenda: 1, She is a Co-Pilot for Helicopters. 2, She is an unheard of figure that would never have gotten the Classified treatment otherwise. I am happy that she is there and not a must wanted figure like idk Mephisto -glares at EoV-. She is a weird one but not one that collectors will get mad about missing. Personally I would like them to do this more often, give us figures we would have had a very small chance of getting otherwise. Could have been someone who isnt blonde but o well, nothing can be perfect. Like a helicopter pilot from India or even a country from Africa would have been cool. I was hoping they would pull a Hisstank and give us another ""never before released OG Joe figure"" I think that would have been the best approach. A new person that is only available through the Haslab. \n\nGreat video mate! :) Have you seen \'Rise of th eBeasts\' yet?', 'Can’t wait for when potp inferno comes really love the hot spot mold! and you know what’s better that it’s in red my favorite color that makes love the figure even more.', 'Thor is quality old stuff. There was an old 2nd hand store, Mike\'s, in Portland for 40+ yrs, then moved out to Beaverton. I got to know the old Greek, Mike, shortly after he moved to B-ton in the early \'90\'s, & we became good friends.\n\nIn the early 2000\'s, he told me one morning he had decided to retire & close the store. By then, I knew his history; immigrating as 18 yr old w/ his brother, from Greece, & falling into the pawn shop biz.\n\nThe store was his legacy & has that old time pawn shop/2nd hand store vib, but was a degree or two off being in a newer, well lit, building.\n\nHis daughters/son-in-laws had no interest, and w/ the economy struggling under Bush, nobody wanted to buy it as a working, (good earning biz).\n\nSo Mike said screw it, I\'ll cut prices in half & sell everything myself.\n\nA bit gobsmacked, cause I figured I\'d get a call one of these days from his wife saying he\'d died behind the counter. Then he said, I\'m starting the sale next week, but there\'s a few people I\'m giving 1st shots to & you get the first of all, plus I have a surprise for you.\n\nThen he began to thank me for being such good friends to him & his wife, (I\'d kinda adopted them, did things for them, looked after them, since their daughters had moved away.), & said I could dig through the store & backroom. Anything I wanted he\'d give it to me for 50 off 50. (I\'d learned Mike\'s unique discount language & knew he meant 75% off.\n\nI came in the next day, Sat, w/ coffee & pastries & had a day. When the store was moved from Portland stuff, (by hired movers), there was little organization or oversight. The new place had overly deep shelves for a retail store & I dug to the back of shelves & cabinets for the 1st time in 20+ yrs. (Mike wouldn\'t have let anybody drag 20-25 tools out onto the floor to get to the back, so the stuff hadn\'t seen light of day for years.\n\nI found a ½"" router from the 40\'s buried behind 20 some routers. This router was made by the company Porter Cable bought, when they started & ""invented the router"".\n\nPC is credited w/ inventing the router when in fact they bought this company <2 yrs after it was founded, renamed the router to Porter Cable & made history by ""inventing the router"".\n\nMike sputtered when I showed it to him, \'Look what I found! Isn\'t this a tag from the downtown store?\' The Portland store was \'Mikes\', the Bton store was generic.\n\nIt was, & Mike remembered the router, who sold it & how much he paid for it; he was like that, could remember every thing he\'d personally bought.\n\n""Put all that crap on the floor away, & I won\'t update the tag before I give you a price, he said, w/ a gleem in his eye.\n\nHe was an old timer, no matter what the tag said, it was the high point of the day when you\'d take something to the counter & bargain on it. It was one of the reasons we hit it off. He frequently lamented no one had the juice to haggle any more, life was too easy for everybody. They boringly paid sticker.\n\nBy this time, it was a game Mike & I played & enjoyed. He\'d just as soon give whatever tool it was I needed, (not wanted; needed or had use for, always), but he\'d confided in me one day, \'If I just gave it to you, you wouldn\'t appreciate it as much. You work to get a good price outta me & you earn it, you appreciate it more.\' In his Greek accent, & pattern, it was musical.\n\nWe haggled over the router through a couple of cruellers & a cuppa coffee; I ended up giving him 17% of the 1980 price tag. Think it was about $12.\n\nThat router is still on my router table, almost 25 yrs later.\n\nBut what started this tale, (haven\'t thought of Mike for a while, hadn\'t realized how much I missed the old thief- my fav haggling insult.) was the brand new Thor air tools I found buried in the back room, along w/ a Wright Aircraft 4 ft ""manual impact wrench"". (Yes, THAT Wright.)\n\nOne of the new Thors was a 12"" blade worm drive \'Skil saw\'. Looked just like the real big brother of a Skil 77, but had a 1"" air hose & spun a friggin\' 12"" blade. Still had red cosmoleen on the bare metal parts. Thor still sold them, at that time, but I found, w/ a bit of research, this Thor was a early 50\'s vintage, brand new.\n\nMike had a shocked look when I showed it to him. While he could recall all the details about the deals, he could totally forget something existed if it was out of sight, or misplaced. Turned out a LOT of stuff got misplaced during the move & some of it had been \'misplaced\' during the Portland store\'s days.\n\nThe 2 new Thor tools & the manual impact had been \'missing\' for nearly 40 yrs.\n\nThe other Thor was a jack hammer.\n\nThe manual impact was interesting. It looked like a movie prop of a 4ft long ratchet; head was oversized, and a basic shape, w/ a 2.5"" diameter straight tube handle. Wright Aircraft was still in business, (surprise), but was only known in govt & aircraft circles. Wasn\'t much info about their aircraft work for the US, but their was plenty about the impact.\n\nMade primarily for the Pentagon, these wrenchs were an \'impact\', capable of multiplying the manual torque applied to the handle, (2 operators recommended), via a cam over mechanism. The impact waa enough to adequately tighten, or bust lose, the main drive nut on the track of a US Army tank.\n\nLiterally, enough torque for a Sherman Tank. LOL...\n\nThey were built exclusively for the Pentagon, by Wright, since the \'40\'s for ""In field servicing of tank drive tracks"".\n\nGot it for a high school buddy who\'s worked un his family\'s tire shop since he got back from Alaska in \'74. Worked in a tire shop during pipeline boom; had a bunch of friends who went off to work in the \'wild west\' like environ.\n\nThat Cleco would do a number on an untucked shirt tail.\n\nI have a couple of big brothers to that inline grinder I\'ve been threatening to get working; they have 1"" collets & air line fittings.\n\nGeoD\n\nI still have a \'good CP\' air tool, or two, (had them for decades, as well.)']"
|
| 100 |
+
97,605,97_sort_sorting_descending_ascending,"['sort', 'sorting', 'descending', 'ascending', 'filter', 'order', 'firstname', 'sortbycolumns', 'column', 'startswith']","['can the user sort the table by name or date or other column?', ""Does table sorting work for lists larger than 15 items? My list doesn't sort at all when clicking the sort buttons"", 'Hi Matt. Thanks for another good tutorial. One question: you sort records on OnRecordLoad, and call the generic command “Sort records”. In your case, Sort [Restore] which I found out comes from using the Sort command on the tool bar and setting ”Keep records sorted”. It in my instance, when I call the sort command, it restores to a field that I have not sorted by; it restores a sort by “CreationTimeStamp” field. I’m confused. On my layout browse mode, I select sort from the toolbar. I sort by “Name” and “keep records sorted”. Then I run your script, but it still sorts by the “CreationTimeStamp” field, not by the “Name” field. How do I set the sort of the layout to Name, then when I call Sort records [Restore] that is sorts by the last sort command I just did? Without this function working properly, I do not get a sort after a quick find that works.']"
|
| 101 |
+
98,741,98_license_premium_licensing_licenses,"['license', 'premium', 'licensing', 'licenses', 'source', 'users', 'require', 'user', 'connector', 'cost']","['Yes, although you could have either a single app license or the full premium license.', 'we need a premium license?', 'I think I need to do a licensing video. 🤩 \n\nLicensing is for the user of the app, not the creator. So you can build a premium app without a premium license. But everyone you share it with will need a premium License to use it.']"
|
| 102 |
+
99,1357,99_channel_subscribe_subscribed_subscribers,"['channel', 'subscribe', 'subscribed', 'subscribers', 'join', 'members', 'grow', 'membership', 'gold', 'underrated']","['It is such a great channel! Thank you!', 'I really like your channel! 😁', 'Thank You for being a part of the channel']"
|
| 103 |
+
100,851,100_screenshots_action_powerusers_forums,"['screenshots', 'action', 'powerusers', 'forums', 'guidance', 'issue', 'recommend', 'provide', 'microsoft', 'posting']","['I will have to look at your App in action to provide guidance. I would recommend posting your issue/query with screenshots on the forums at https://powerusers.microsoft.com', '@suziwin6297 I will have to look at your App in action to provide guidance. I would recommend posting your issue/query with screenshots on the forums at https://powerusers.microsoft.com', 'I will have to look at your App in action to know about your issue & provide guidance. I would recommend posting your issue/query with screenshots on the forums at https://powerusers.microsoft.com']"
|
| 104 |
+
101,886,101_price_expensive_money_pricing,"['price', 'expensive', 'money', 'pricing', '000', 'prices', 'trading', 'usd', 'financial', 'companies']","['What about price?', ""What's is price"", 'Thank you 🌹 🌹 🌹\nRetails price is 84500']"
|
| 105 |
+
102,515,102_plane_icon_aircraft_a5,"['plane', 'icon', 'aircraft', 'a5', 'flying', 'airplane', 'sell', 'truck', '000', 'pilot']","[""Who would want to get on a plane with someone as narrow-minded as you? Also, any plane is a dead man's plane when it's flown dangerously."", ""this is way out of my reach. I'll have to stick with my old land plane or go to building a plane myself."", 'I can get two nice paintings , and a Cheesburger for the price of this plane.']"
|
| 106 |
+
103,792,103_delete_remove_deleting_deleted,"['delete', 'remove', 'deleting', 'deleted', 'row', 'record', 'item', 'button', 'icon', 'edit']","['Trackhoe075 yes, you can just delete them if you like.', 'delete function ... ?', 'must .... not .... delete ..... :-D']"
|
| 107 |
+
104,692,104_bi_report_power_powerbi,"['bi', 'report', 'power', 'powerbi', 'reports', 'embed', 'apps', 'refresh', 'pbi', 'dashboard']","['I tried it with power bi. It does not work.', ""Hi Reza,\r\n\r\nI found your answer from the microsoft powerapps community \r\nmy question was as below \r\nI've integrated Power BI with Power Apps and confirmed that PowerBIIntegration in Power Apps successfully brings in all the data during app editing.\r\nWhen I'm editing the app in Power Apps, the data appears correctly in the gallery (Gallery Item: PowerBIIntegration.Data).\r\nHowever, after publishing the app and accessing it via the app link or browser, the gallery displays no data.\r\nHere’s what I’ve tried so far:\r\nVerified that PowerBIIntegration.Data is correctly used in the gallery.\r\nAdded the Power BI connection under Data Sources in Power Apps.\r\nDespite these steps, the gallery still shows no data after publishing.\r\n\r\nIs there something I'm missing, or is this a known limitation? How can I resolve this issue?\r\n\r\nand your reply to other similar question was \r\n\r\nHi @Anonymous \r\nI believe the Power Apps will get data from Power BI only when the Power BI report is accessed\r\nYou cannot directly go to the PowerApp and have the data for the Power BI report show up because the connection is established only when you open the Power BI report where the PowerApp is added\r\n\r\nMY QUESTION\r\nso, does this mean that the Power Apps embedded in Power BI works only when accessed through the Power BI report, and the integrated app cannot independently fetch data from Power BI? Is that correct?"", ""Ranjit,\nTowards the end of the video I've shown have to take the Power BI M Query and make the connection to your Power BI report.""]"
|
| 108 |
+
105,962,105_formula_formulas_named_expression,"['formula', 'formulas', 'named', 'expression', 'error', 'column', 'text', 'missing', 'char', 'field']","['Use same formula in out time also', 'formula please ?', ""What's your formula?""]"
|
| 109 |
+
106,718,106_amazon_season_series_episodes,"['amazon', 'season', 'series', 'episodes', 'story', 'fans', 'rings', 'bad', 'lore', 'nights']","[""The way they handled the first season in terms of public criticisms was so bad, I don't think fixing things is gonna fully work even if the second season and beyond was good. They've driven away a lot of people/potential fans that the ones who might come back to see the second season won't be as much as the first one. And if the second season is still bad or mediocre... I don't think there'd be a point for people to keep sticking with the show. It'd be a waste of time."", ""What would they need to fix:\n1. Recast Galadriel with an actress who is taller (as per the books), has facial expressions beyond wood-face and sneer, and can act.\n2. Rewrite Galadriel to be a character who has some or hopefully all of the qualities Tolkien gave her in the books, rather than none of them.\n3. Get rid of the blind queen who shouldn't exist in this time.\n4. Get rid of all harfoots. \n5. Admit that the shiny elf-life metal they used in season 1 is not mithril at all; give it some other name and let the dwarves mine real mithril like they're supposed to.\n6. Let the elves stop visiting barber shops right before every scene they are in. Long hair makes sense. Maybe even shorter hair like Aragorn or Boromir from the Jackson movies.\n7. Get rid of Arondir. Sorry. Just not really an elf in Tolkien's world. Keep the actor if you want; let him play a human from Harad or some such location.\n8. Get rid of Bronwyn. Nobody needs this many strong female orc-slaying elf-saving swordswoman herbalists in a show. It's just silly. Or keep the actress and character but give her a role more fitting for an herbalist than a warrior. \n9. Retcon the whole Mordor story like it never happened.\n10. Retcon the whole forging the rings story like it never happened.\n\nAnd probably some other stuff.\n\nSo if they do all that, hire some better writers and showrunners, and set out to make an awesome season 2, they still have to pick up where they left off, make some stupid retcons (No, all that stuff about the volcano never happened; it was just a dream while Bobby Ewing was in the shower. Here's what really happened). \nHow do they move forward from here?\nI don't think they can.\nBut they have to make money with this franchise they paid so much to get.\n\nI think they need to just star over. I don't know where, or how, but just fire EVERYBODY and start from scratch and pretend this show never happened. \nAdmit the failure. \nCome out and say it: Hey fans, we completely F'd up this show. We want to fix things. So let's start over. Pretend that first season never happened. it won't be canon. It was just a fanfic fever dream. We're going to release a whole new Season 1 and this time we're going to listen to real fans and make it right.\nI think that's their only path forward now, but I also think they will never do it."", ""Not surprised this happened. Nearly $60 million was spent on producing each episode for eight episodes only for Amazon's series to go down in history as the most expense flop ever produced on media. Also take into consideration on how much marketing was spent pushing the Woke Agenda, pay off 'journalists' and YouTube content creators to say great things about the series while Amazon censored their customers' reviews to control the narrative. The show runners had the sheer hubris to write the novel Tolkien never wrote and then turn around and attack the Tolkien Fandom and Normies as evil because they didn't like the series. We all know this was horribly written and acted. The characters never made sense and contradicted themselves repeatedly. I do believe the real reason why both McKay and Payne were sidelined and it wasn't just copying and pasting Peter Jackson's Lord of the Rings Trilogy into their episodes. If you remember an analyst from Amazon said in an interview that he had fallen asleep during the first two episodes of the series? I don't remember whether he got through the third episode and he did express his concerns on the series success. Sure Jeff Bezos is the head of Amazon, however I know he had to contend with the Shareholders and Board of Directors demanding WTF happened to their ROI. I don't feel sorry for them. I don't believe that even Amazon does hire experienced writers, retooled season two to follow the lore and remind the actors are hired to entertain and not lecture their Woke Ideologies to the audience, there is no salvaging Rings of Power. The constant gaslighting, calling fans toxic and ists and phobes will never be forgotten. This IP is not a franchise like Marvel or Star Wars; this is the works of Tolkien who laid the very foundation of the Fantasy Genre. Amazon and other huge corporations need to realize that IP stands for Intellectual Property, not Instant Profit.""]"
|
| 110 |
+
107,440,107_brazil_greetings_chile_south,"['brazil', 'greetings', 'chile', 'south', 'africa', 'argentina', 'france', 'colombia', 'germany', 'poland']","['Thank u from Brazil !', 'When will it be in Brazil?', 'Thank you from Brazil']"
|
| 111 |
+
108,530,108_scraping_crawl4ai_scrape_website,"['scraping', 'crawl4ai', 'scrape', 'website', 'crawl', 'sitemap', 'scraper', 'cole', 'colemedin', 'links']","[""Crawl4AI can scrape a single page, get the URLs from that page and do recursive scraping! So a sitemap helps but isn't 100% necessary."", 'Do you have any videos for website scraping?', '00:05 - Scrape any website in minutes using n8n and Crawl4AI without coding.\n02:06 - Implementing an AI agent using n8n for scraping without code.\n05:58 - Setting up Crawl4AI with Docker for web scraping.\n07:49 - Setting up Crawl4AI as a Docker API endpoint on Digital Ocean.\n11:40 - Setting up Crawl4AI on Digital Ocean is quick and straightforward.\n13:36 - Leveraging n8n and Crawl4AI for efficient agent development.\n17:17 - Using n8n to split and manage URLs for scraping.\n18:55 - Modify workflow for batch scraping using n8n and Crawl4AI.\n22:24 - Integrating n8n with Crawl4AI for asynchronous web scraping.\n24:16 - Automating web scraping with n8n and Crawl4AI\n27:46 - Set up a vector store in Supabase to manage documents.\n29:29 - Successfully scraped and processed 148 items across multiple pages.\n32:54 - Easily scrape any website with n8n and Crawl4AI without coding.']"
|
| 112 |
+
109,1060,109_environment_dev_variables_prod,"['environment', 'dev', 'variables', 'prod', 'production', 'import', 'managed', 'environments', 'env', 'export']","['Awesome Video Shane! When I move a a solution from Dev Environment to Test Environment, the same flow also moves to the Test Environment but the print button doesnt work. Since the Test Environment is a managed solution, if I edit it, it creates an unmanned layer. Have you noticed it doesnt work in a different Environment? Do you know how I can move it to another environment and make the print flow feature work? Thank you!', 'Hi Shane, can I export my production environment solution (managed) to development environment (unmanaged)?. Thanks', 'Environment vars']"
|
| 113 |
+
110,367,110_copilot_studio_pilot_environment,"['copilot', 'studio', 'pilot', 'environment', 'license', 'region', 'power', 'apps', 'available', 'microsoft']","['Thank You Copilot :)', 'With copilot - No', 'Is this yet another copilot']"
|
| 114 |
+
111,1597,111_exactly_needed_forward_perfect,"['exactly', 'needed', 'forward', 'perfect', 'man', 'wanted', 'shane', 'searching', 'thx', 'appreciate']","['Thank you this was exactly what I needed', 'thank you for this, exactly what i needed', 'THANKS!! exactly what i needed.']"
|
| 115 |
+
112,784,112_feedback_appreciate_noted_positive,"['feedback', 'appreciate', 'noted', 'positive', 'hear', 'improve', 'glad', 'happy', 'future', 'appreciated']","['Thank you for feedback.', 'Thank you so much for your feedback!', '@@awlhuntThanks for the feedback.']"
|
| 116 |
+
113,830,113_support_reach_rcconsulting_watching,"['support', 'reach', 'rcconsulting', 'watching', 'coaches', 'engineers', 'hesitate', 'email', 'words', 'standing']","['Thanks for watching! If we can ever help you out one-on-one please reach out to support@rcconsulting.com', 'Thanks for watching! If we can ever help you out more, please reach out :) support@rcconsulting.com', 'Thanks for watching Sarwat! If we can ever help you out one-on-one please reach out to support@rcconsulting.com']"
|
| 117 |
+
114,809,114_tab_tabs_membership_tabbed,"['tab', 'tabs', 'membership', 'tabbed', 'form', 'post', 'click', 'screen', 'reza', 'navigate']","['Awesome, Can you hide tabs until the first tab is complete?', 'How to create custam tab', 'Great Video! I am getting 4 tabs, how to I add an extra tab?']"
|
| 118 |
+
115,631,115_quality_zoom_resolution_blurry,"['quality', 'zoom', 'resolution', 'blurry', '1080p', '4k', 'read', 'hard', 'camera', 'high']","['Please fix this: Even in 1080p picture quality text is not visible properly and somewhat blurry. It will be helpful if you could improve the picture quality or make text bigger. So that it will be good for every human to read.', 'Quality 360p ??? my eyessss 😢', 'Video quality is not good']"
|
files/04_topicos/04_relatorio_cobertura_topicos.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Relatorio de cobertura da etapa de topicos
|
| 2 |
+
========================================================================
|
| 3 |
+
Comentarios no corpus final em ingles: 265301
|
| 4 |
+
Comentarios no corpus do periodo analitico: 260791
|
| 5 |
+
Comentarios vazios removidos: 0
|
| 6 |
+
Comentarios curtos removidos (<15 caracteres): 21143
|
| 7 |
+
Comentarios duplicados por texto removidos: 11837
|
| 8 |
+
Comentarios na base de topicos: 227811
|
| 9 |
+
Comentarios unicos no arquivo legado de topicos: 231110
|
| 10 |
+
Textos com conflito de topic_id no legado: 2
|
| 11 |
+
Comentarios alinhados com topic_id: 227703
|
| 12 |
+
Comentarios sem correspondencia no legado: 108
|
| 13 |
+
|
| 14 |
+
Observacao: a base de topicos usa texto normalizado, comentario minimo de 15 caracteres e deduplicacao por texto.
|
files/04_topicos/05_resultados_topicos/01_relatorio_analise_topicos.txt
ADDED
|
@@ -0,0 +1,226 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Relatorio de analise de topicos
|
| 2 |
+
========================================================================
|
| 3 |
+
Comentarios no corpus do periodo: 260791
|
| 4 |
+
Comentarios na base de topicos: 227811
|
| 5 |
+
Comentarios alinhados com topic_id: 227703
|
| 6 |
+
Comentarios analisados apos excluir topicos de ruido: 180589
|
| 7 |
+
Relatorio de cobertura usado como referencia: 04_relatorio_cobertura_topicos.txt
|
| 8 |
+
|
| 9 |
+
Topicos analisados
|
| 10 |
+
ID | Nome do topico | Principais termos
|
| 11 |
+
1 | 1_flutterflow_flutter_firebase_code | ['flutterflow', 'flutter', 'firebase', 'code', 'dart', 'flow', 'supabase', 'a...
|
| 12 |
+
3 | 3_mobile_android_apps_web | ['mobile', 'android', 'apps', 'web', 'description', 'ios', 'building', 'sampl...
|
| 13 |
+
4 | 4_power_apps_powerapps_platform | ['power', 'apps', 'powerapps', 'platform', 'automate', 'sharepoint', 'microso...
|
| 14 |
+
5 | 5_issue_worked_fix_solve | ['issue', 'worked', 'fix', 'solve', 'solved', 'experienced', 'description', '...
|
| 15 |
+
6 | 6_image_file_attachments_attachment | ['image', 'file', 'attachments', 'attachment', 'files', 'upload', 'folder', '...
|
| 16 |
+
7 | 7_tutorial_tutorials_step_follow | ['tutorial', 'tutorials', 'step', 'follow', 'beginner', 'beginners', 'helpful...
|
| 17 |
+
8 | 8_date_calendar_dates_month | ['date', 'calendar', 'dates', 'month', 'event', 'picker', 'mm', 'booking', 'e...
|
| 18 |
+
9 | 9_lol_rezadorrani_reply_oh | ['lol', 'rezadorrani', 'reply', 'oh', 'yeah', 'okay', 'aprildunnam', 'danielc...
|
| 19 |
+
10 | 10_ai_agent_agents_tools | ['ai', 'agent', 'agents', 'tools', 'prompt', 'automation', 'skool', 'human', ...
|
| 20 |
+
11 | 11_box_combo_dropdown_select | ['box', 'combo', 'dropdown', 'select', 'combobox', 'selected', 'checkbox', 'c...
|
| 21 |
+
12 | 12_bubble_io_plugin_api | ['bubble', 'io', 'plugin', 'api', 'page', 'forum', 'native', 'web', 'plugins'...
|
| 22 |
+
14 | 14_glad_helpful_helped_useful | ['glad', 'helpful', 'helped', 'useful', 'super', 'happy', 'welcome', 'hear', ...
|
| 23 |
+
15 | 15_filemaker_richard_fmtraining_training | ['filemaker', 'richard', 'fmtraining', 'training', 'tv', 'claris', 'www', 'rc...
|
| 24 |
+
16 | 16_n8n_workflows_ai_automation | ['n8n', 'workflows', 'ai', 'automation', 'agents', 'workflow', 'agent', 'mcp'...
|
| 25 |
+
17 | 17_excel_appsheet_sheet_google | ['excel', 'appsheet', 'sheet', 'google', 'sheets', 'export', 'csv', 'file', '...
|
| 26 |
+
18 | 18_pdf_print_file_printing | ['pdf', 'print', 'file', 'printing', 'page', 'screen', 'function', 'generate'...
|
| 27 |
+
19 | 19_api_login_password_token | ['api', 'login', 'password', 'token', 'authentication', 'key', 'account', 'au...
|
| 28 |
+
23 | 23_forums_powerusers_recommend_posting | ['forums', 'powerusers', 'recommend', 'posting', 'microsoft', 'checking', 'si...
|
| 29 |
+
24 | 24_search_filter_filters_filtering | ['search', 'filter', 'filters', 'filtering', 'text', 'field', 'delegable', 'r...
|
| 30 |
+
25 | 25_explanation_explained_clear_concise | ['explanation', 'explained', 'clear', 'concise', 'straight', 'explanations', ...
|
| 31 |
+
26 | 26_code_low_coding_tools | ['code', 'low', 'coding', 'tools', 'programming', 'developer', 'nocode', 'too...
|
| 32 |
+
27 | 27_gallery_items_galleries_item | ['gallery', 'items', 'galleries', 'item', 'property', 'selected', 'vertical',...
|
| 33 |
+
28 | 28_chat_openai_chatgpt_gpt | ['chat', 'openai', 'chatgpt', 'gpt', 'chatbot', 'api', 'conversation', 'promp...
|
| 34 |
+
30 | 30_tried_haven_feature_scenario | ['tried', 'haven', 'feature', 'scenario', 'sorry', 'im', 'aware', 'option', '...
|
| 35 |
+
31 | 31_inventory_order_invoice_stock | ['inventory', 'order', 'invoice', 'stock', 'cart', 'sales', 'item', 'quantity...
|
| 36 |
+
32 | 32_patch_collection_function_patching | ['patch', 'collection', 'function', 'patching', 'record', 'grid', 'collection...
|
| 37 |
+
33 | 33_form_edit_forms_submit | ['form', 'edit', 'forms', 'submit', 'button', 'mode', 'screen', 'fields', 'vi...
|
| 38 |
+
34 | 34_vid_interesting_fantastic_wonderful | ['vid', 'interesting', 'fantastic', 'wonderful', 'man', 'shane', 'loved', 'en...
|
| 39 |
+
37 | 37_firebase_firestore_supabase_storage | ['firebase', 'firestore', 'supabase', 'storage', 'database', 'backend', 'rule...
|
| 40 |
+
38 | 38_stripe_payment_plugin_payments | ['stripe', 'payment', 'plugin', 'payments', 'account', 'checkout', 'card', 'c...
|
| 41 |
+
39 | 39_free_plan_paid_pay | ['free', 'plan', 'paid', 'pay', 'month', 'trial', 'subscription', 'monthly', ...
|
| 42 |
+
40 | 40_github_file_download_sample | ['github', 'file', 'download', 'sample', 'zip', 'demo', 'rdorrani', 'repo', '...
|
| 43 |
+
41 | 41_email_send_notification_emails | ['email', 'send', 'notification', 'emails', 'notifications', 'outlook', 'push...
|
| 44 |
+
42 | 42_audio_music_sound_voice | ['audio', 'music', 'sound', 'voice', 'background', 'mic', 'volume', 'micropho...
|
| 45 |
+
43 | 43_flow_flows_trigger_automate | ['flow', 'flows', 'trigger', 'automate', 'power', 'run', 'action', 'apps', 'p...
|
| 46 |
+
44 | 44_sending_po_support_class | ['sending', 'po', 'support', 'class', 'waiting', 'youtubers', 'yummy', 'youtu...
|
| 47 |
+
45 | 45_approval_approver_approvals_approve | ['approval', 'approver', 'approvals', 'approve', 'approvers', 'approved', 're...
|
| 48 |
+
46 | 46_controls_modern_color_control | ['controls', 'modern', 'color', 'control', 'classic', 'theme', 'colors', 'fon...
|
| 49 |
+
47 | 47_model_canvas_driven_apps | ['model', 'canvas', 'driven', 'apps', 'lisa', 'pages', 'dataverse', 'custom',...
|
| 50 |
+
48 | 48_idea_suggestion_ideas_future | ['idea', 'suggestion', 'ideas', 'future', 'definitely', 'tuned', 'stay', 'add...
|
| 51 |
+
49 | 49_responsive_container_containers_height | ['responsive', 'container', 'containers', 'height', 'width', 'size', 'design'...
|
| 52 |
+
50 | 50_contact_gmail_email_number | ['contact', 'gmail', 'email', 'number', 'mail', 'reach', 'talk', 'connect', '...
|
| 53 |
+
51 | 51_exam_pl_certification_900 | ['exam', 'pl', 'certification', '900', 'passed', 'salesforce', 'study', 'dump...
|
| 54 |
+
52 | 52_template_templates_skool_word | ['template', 'templates', 'skool', 'word', 'free', 'community', 'available', ...
|
| 55 |
+
53 | 53_n8n_install_local_locally | ['n8n', 'install', 'local', 'locally', 'node', 'mcp', 'self', 'hosted', 'host...
|
| 56 |
+
54 | 54_dataverse_sql_sharepoint_database | ['dataverse', 'sql', 'sharepoint', 'database', 'tables', 'source', 'teams', '...
|
| 57 |
+
55 | 55_whatsapp_telegram_trigger_message | ['whatsapp', 'telegram', 'trigger', 'message', 'webhook', 'number', 'bot', 's...
|
| 58 |
+
56 | 56_valuable_quality_appreciate_enjoying | ['valuable', 'quality', 'appreciate', 'enjoying', 'helpful', 'man', 'truly', ...
|
| 59 |
+
57 | 57_course_courses_training_udemy | ['course', 'courses', 'training', 'udemy', 'online', 'classes', 'join', 'offe...
|
| 60 |
+
58 | 58_reza_dorrani_saver_explained | ['reza', 'dorrani', 'saver', 'explained', 'knowledge', 'life', 'helpful', 'br...
|
| 61 |
+
59 | 59_workflow_workflows_pneumatic_node | ['workflow', 'workflows', 'pneumatic', 'node', 'trigger', 'n8n', 'step', 'bac...
|
| 62 |
+
60 | 60_qr_barcode_scan_scanner | ['qr', 'barcode', 'scan', 'scanner', 'scanning', 'barcodes', 'code', 'codes',...
|
| 63 |
+
61 | 61_table_column_columns_tables | ['table', 'column', 'columns', 'tables', 'lookup', 'id', 'child', 'row', 'par...
|
| 64 |
+
62 | 62_automation_automations_automate_automating | ['automation', 'automations', 'automate', 'automating', 'stuff', 'tribe', 'pn...
|
| 65 |
+
63 | 63_informative_information_knowledge_info | ['informative', 'information', 'knowledge', 'info', 'valuable', 'useful', 'se...
|
| 66 |
+
64 | 64_useful_helpful_saved_helped | ['useful', 'helpful', 'saved', 'helped', 'extremely', 'super', 'usefull', 'gl...
|
| 67 |
+
65 | 65_teacher_teaching_style_lesson | ['teacher', 'teaching', 'style', 'lesson', 'teach', 'learned', 'lecture', 'le...
|
| 68 |
+
66 | 66_tool_screen_software_recording | ['tool', 'screen', 'software', 'recording', 'editing', 'studio', 'draw', 'rec...
|
| 69 |
+
67 | 67_watching_glad_hear_welcome | ['watching', 'glad', 'hear', 'welcome', 'enjoyed', 'liking', 'happy', 'commen...
|
| 70 |
+
69 | 69_menu_component_navigation_bar | ['menu', 'component', 'navigation', 'bar', 'nav', 'screen', 'icon', 'navigate...
|
| 71 |
+
70 | 70_soon_upload_pls_coming | ['soon', 'upload', 'pls', 'coming', 'plz', 'forward', 'uploading', 'vids', 'w...
|
| 72 |
+
71 | 71_self_hosting_hosted_host | ['self', 'hosting', 'hosted', 'host', 'hostinger', 'domain', 'cloud', 'server...
|
| 73 |
+
72 | 72_zoho_creator_deluge_greetings | ['zoho', 'creator', 'deluge', 'greetings', 'crm', 'books', 'portal', 'support...
|
| 74 |
+
73 | 73_ff_widget_code_web | ['ff', 'widget', 'code', 'web', 'figma', 'widgets', 'custom', 'supabase', 'tu...
|
| 75 |
+
74 | 74_subscribed_subscriber_subscribe_sub | ['subscribed', 'subscriber', 'subscribe', 'sub', 'subbed', 'earned', 'liked',...
|
| 76 |
+
75 | 75_map_location_maps_address | ['map', 'location', 'maps', 'address', 'distance', 'google', 'marker', 'lat',...
|
| 77 |
+
76 | 76_license_premium_365_office | ['license', 'premium', '365', 'office', 'power', 'licenses', 'apps', 'connect...
|
| 78 |
+
77 | 77_group_repeating_groups_element | ['group', 'repeating', 'groups', 'element', 'page', 'focus', 'visible', 'reus...
|
| 79 |
+
78 | 78_english_language_subtitles_spanish | ['english', 'language', 'subtitles', 'spanish', 'speak', 'translate', 'transl...
|
| 80 |
+
79 | 79_rezadorrani_response_reply_quick | ['rezadorrani', 'response', 'reply', 'quick', 'reza', 'appreciate', 'okay', '...
|
| 81 |
+
80 | 80_cloud_engine_deploy_gcp | ['cloud', 'engine', 'deploy', 'gcp', 'google', 'gcloud', 'java', 'service', '...
|
| 82 |
+
81 | 81_enjoy_learning_helping_happy | ['enjoy', 'learning', 'helping', 'happy', 'appreciate', 'helpful', 'watching'...
|
| 83 |
+
82 | 82_json_parse_parsejson_object | ['json', 'parse', 'parsejson', 'object', 'string', 'jsonformat', 'file', 'err...
|
| 84 |
+
83 | 83_waiting_youtu_episode_wait | ['waiting', 'youtu', 'episode', 'wait', 'eagerly', 'coming', 'second', 'relea...
|
| 85 |
+
84 | 84_topic_backlog_post_subscribers | ['topic', 'backlog', 'post', 'subscribers', 'requests', 'suggestions', 'voted...
|
| 86 |
+
85 | 85_error_message_failed_errors | ['error', 'message', 'failed', 'errors', 'fix', 'invalid', 'followed', 'reque...
|
| 87 |
+
86 | 86_access_permissions_security_user | ['access', 'permissions', 'security', 'user', 'users', 'role', 'permission', ...
|
| 88 |
+
87 | 87_available_preview_feature_release | ['available', 'preview', 'feature', 'release', 'region', 'ga', 'currently', '...
|
| 89 |
+
88 | 88_business_central_dynamics_365 | ['business', 'central', 'dynamics', '365', 'bc', 'microsoft', 'd365', 'sales'...
|
| 90 |
+
89 | 89_reza_brilliant_usual_tips | ['reza', 'brilliant', 'usual', 'tips', 'linking', 'useful', 'deep', 'presenta...
|
| 91 |
+
90 | 90_docker_compose_baserow_host | ['docker', 'compose', 'baserow', 'host', 'container', 'n8n', 'internal', 'ins...
|
| 92 |
+
91 | 91_sap_btp_process_automation | ['sap', 'btp', 'process', 'automation', 'joget', 'trial', 'cloud', 'generativ...
|
| 93 |
+
93 | 93_boomi_dell_sumit_dellboomi | ['boomi', 'dell', 'sumit', 'dellboomi', 'bhoomi', 'training', 'integration', ...
|
| 94 |
+
95 | 95_supabase_postgres_vector_qdrant | ['supabase', 'postgres', 'vector', 'qdrant', 'db', 'node', 'rag', 'database',...
|
| 95 |
+
96 | 96_review_figure_black_retool | ['review', 'figure', 'black', 'retool', 'transformation', 'white', 'bike', 'f...
|
| 96 |
+
97 | 97_sort_sorting_descending_ascending | ['sort', 'sorting', 'descending', 'ascending', 'filter', 'order', 'firstname'...
|
| 97 |
+
98 | 98_license_premium_licensing_licenses | ['license', 'premium', 'licensing', 'licenses', 'source', 'users', 'require',...
|
| 98 |
+
99 | 99_channel_subscribe_subscribed_subscribers | ['channel', 'subscribe', 'subscribed', 'subscribers', 'join', 'members', 'gro...
|
| 99 |
+
100 | 100_screenshots_action_powerusers_forums | ['screenshots', 'action', 'powerusers', 'forums', 'guidance', 'issue', 'recom...
|
| 100 |
+
101 | 101_price_expensive_money_pricing | ['price', 'expensive', 'money', 'pricing', '000', 'prices', 'trading', 'usd',...
|
| 101 |
+
103 | 103_delete_remove_deleting_deleted | ['delete', 'remove', 'deleting', 'deleted', 'row', 'record', 'item', 'button'...
|
| 102 |
+
104 | 104_bi_report_power_powerbi | ['bi', 'report', 'power', 'powerbi', 'reports', 'embed', 'apps', 'refresh', '...
|
| 103 |
+
105 | 105_formula_formulas_named_expression | ['formula', 'formulas', 'named', 'expression', 'error', 'column', 'text', 'mi...
|
| 104 |
+
108 | 108_scraping_crawl4ai_scrape_website | ['scraping', 'crawl4ai', 'scrape', 'website', 'crawl', 'sitemap', 'scraper', ...
|
| 105 |
+
109 | 109_environment_dev_variables_prod | ['environment', 'dev', 'variables', 'prod', 'production', 'import', 'managed'...
|
| 106 |
+
110 | 110_copilot_studio_pilot_environment | ['copilot', 'studio', 'pilot', 'environment', 'license', 'region', 'power', '...
|
| 107 |
+
111 | 111_exactly_needed_forward_perfect | ['exactly', 'needed', 'forward', 'perfect', 'man', 'wanted', 'shane', 'search...
|
| 108 |
+
112 | 112_feedback_appreciate_noted_positive | ['feedback', 'appreciate', 'noted', 'positive', 'hear', 'improve', 'glad', 'h...
|
| 109 |
+
113 | 113_support_reach_rcconsulting_watching | ['support', 'reach', 'rcconsulting', 'watching', 'coaches', 'engineers', 'hes...
|
| 110 |
+
114 | 114_tab_tabs_membership_tabbed | ['tab', 'tabs', 'membership', 'tabbed', 'form', 'post', 'click', 'screen', 'r...
|
| 111 |
+
115 | 115_quality_zoom_resolution_blurry | ['quality', 'zoom', 'resolution', 'blurry', '1080p', '4k', 'read', 'hard', 'c...
|
| 112 |
+
|
| 113 |
+
Picos temporais por topico
|
| 114 |
+
Topic 1 (1_flutterflow_flutter_firebase_code) - pico em 2023-12: 276
|
| 115 |
+
Topic 3 (3_mobile_android_apps_web) - pico em 2023-12: 132
|
| 116 |
+
Topic 4 (4_power_apps_powerapps_platform) - pico em 2023-01: 119
|
| 117 |
+
Topic 5 (5_issue_worked_fix_solve) - pico em 2025-06: 182
|
| 118 |
+
Topic 6 (6_image_file_attachments_attachment) - pico em 2025-03: 128
|
| 119 |
+
Topic 7 (7_tutorial_tutorials_step_follow) - pico em 2025-08: 219
|
| 120 |
+
Topic 8 (8_date_calendar_dates_month) - pico em 2023-01: 93
|
| 121 |
+
Topic 9 (9_lol_rezadorrani_reply_oh) - pico em 2021-09: 124
|
| 122 |
+
Topic 10 (10_ai_agent_agents_tools) - pico em 2025-09: 549
|
| 123 |
+
Topic 11 (11_box_combo_dropdown_select) - pico em 2023-10: 103
|
| 124 |
+
Topic 12 (12_bubble_io_plugin_api) - pico em 2023-04: 96
|
| 125 |
+
Topic 14 (14_glad_helpful_helped_useful) - pico em 2025-07: 99
|
| 126 |
+
Topic 15 (15_filemaker_richard_fmtraining_training) - pico em 2023-01: 182
|
| 127 |
+
Topic 16 (16_n8n_workflows_ai_automation) - pico em 2025-07: 541
|
| 128 |
+
Topic 17 (17_excel_appsheet_sheet_google) - pico em 2025-04: 85
|
| 129 |
+
Topic 18 (18_pdf_print_file_printing) - pico em 2024-09: 104
|
| 130 |
+
Topic 19 (19_api_login_password_token) - pico em 2025-07: 127
|
| 131 |
+
Topic 23 (23_forums_powerusers_recommend_posting) - pico em 2023-05: 102
|
| 132 |
+
Topic 24 (24_search_filter_filters_filtering) - pico em 2023-07: 111
|
| 133 |
+
Topic 25 (25_explanation_explained_clear_concise) - pico em 2025-08: 214
|
| 134 |
+
Topic 26 (26_code_low_coding_tools) - pico em 2025-07: 153
|
| 135 |
+
Topic 27 (27_gallery_items_galleries_item) - pico em 2023-06: 64
|
| 136 |
+
Topic 28 (28_chat_openai_chatgpt_gpt) - pico em 2025-05: 152
|
| 137 |
+
Topic 30 (30_tried_haven_feature_scenario) - pico em 2025-07: 156
|
| 138 |
+
Topic 31 (31_inventory_order_invoice_stock) - pico em 2024-04: 50
|
| 139 |
+
Topic 32 (32_patch_collection_function_patching) - pico em 2023-08: 65
|
| 140 |
+
Topic 33 (33_form_edit_forms_submit) - pico em 2024-08: 89
|
| 141 |
+
Topic 34 (34_vid_interesting_fantastic_wonderful) - pico em 2025-07: 145
|
| 142 |
+
Topic 37 (37_firebase_firestore_supabase_storage) - pico em 2024-11: 45
|
| 143 |
+
Topic 38 (38_stripe_payment_plugin_payments) - pico em 2025-04: 35
|
| 144 |
+
Topic 39 (39_free_plan_paid_pay) - pico em 2025-07: 215
|
| 145 |
+
Topic 40 (40_github_file_download_sample) - pico em 2025-09: 127
|
| 146 |
+
Topic 41 (41_email_send_notification_emails) - pico em 2025-06: 72
|
| 147 |
+
Topic 42 (42_audio_music_sound_voice) - pico em 2025-07: 55
|
| 148 |
+
Topic 43 (43_flow_flows_trigger_automate) - pico em 2022-05: 46
|
| 149 |
+
Topic 44 (44_sending_po_support_class) - pico em 2021-03: 206
|
| 150 |
+
Topic 45 (45_approval_approver_approvals_approve) - pico em 2025-04: 53
|
| 151 |
+
Topic 46 (46_controls_modern_color_control) - pico em 2023-10: 68
|
| 152 |
+
Topic 47 (47_model_canvas_driven_apps) - pico em 2025-07: 85
|
| 153 |
+
Topic 48 (48_idea_suggestion_ideas_future) - pico em 2025-07: 77
|
| 154 |
+
Topic 49 (49_responsive_container_containers_height) - pico em 2023-10: 44
|
| 155 |
+
Topic 50 (50_contact_gmail_email_number) - pico em 2025-08: 60
|
| 156 |
+
Topic 51 (51_exam_pl_certification_900) - pico em 2025-09: 40
|
| 157 |
+
Topic 52 (52_template_templates_skool_word) - pico em 2025-06: 81
|
| 158 |
+
Topic 53 (53_n8n_install_local_locally) - pico em 2025-07: 220
|
| 159 |
+
Topic 54 (54_dataverse_sql_sharepoint_database) - pico em 2023-06: 83
|
| 160 |
+
Topic 55 (55_whatsapp_telegram_trigger_message) - pico em 2025-08: 103
|
| 161 |
+
Topic 56 (56_valuable_quality_appreciate_enjoying) - pico em 2025-08: 111
|
| 162 |
+
Topic 57 (57_course_courses_training_udemy) - pico em 2025-07: 61
|
| 163 |
+
Topic 58 (58_reza_dorrani_saver_explained) - pico em 2023-07: 42
|
| 164 |
+
Topic 59 (59_workflow_workflows_pneumatic_node) - pico em 2025-09: 160
|
| 165 |
+
Topic 60 (60_qr_barcode_scan_scanner) - pico em 2023-04: 39
|
| 166 |
+
Topic 61 (61_table_column_columns_tables) - pico em 2024-05: 102
|
| 167 |
+
Topic 62 (62_automation_automations_automate_automating) - pico em 2025-09: 279
|
| 168 |
+
Topic 63 (63_informative_information_knowledge_info) - pico em 2020-09: 93
|
| 169 |
+
Topic 64 (64_useful_helpful_saved_helped) - pico em 2025-07: 53
|
| 170 |
+
Topic 65 (65_teacher_teaching_style_lesson) - pico em 2025-07: 54
|
| 171 |
+
Topic 66 (66_tool_screen_software_recording) - pico em 2025-07: 84
|
| 172 |
+
Topic 67 (67_watching_glad_hear_welcome) - pico em 2025-08: 46
|
| 173 |
+
Topic 69 (69_menu_component_navigation_bar) - pico em 2024-09: 60
|
| 174 |
+
Topic 70 (70_soon_upload_pls_coming) - pico em 2025-09: 52
|
| 175 |
+
Topic 71 (71_self_hosting_hosted_host) - pico em 2025-07: 152
|
| 176 |
+
Topic 72 (72_zoho_creator_deluge_greetings) - pico em 2025-09: 24
|
| 177 |
+
Topic 73 (73_ff_widget_code_web) - pico em 2024-10: 28
|
| 178 |
+
Topic 74 (74_subscribed_subscriber_subscribe_sub) - pico em 2025-06: 48
|
| 179 |
+
Topic 75 (75_map_location_maps_address) - pico em 2024-01: 22
|
| 180 |
+
Topic 76 (76_license_premium_365_office) - pico em 2021-08: 38
|
| 181 |
+
Topic 77 (77_group_repeating_groups_element) - pico em 2023-09: 27
|
| 182 |
+
Topic 78 (78_english_language_subtitles_spanish) - pico em 2025-07: 53
|
| 183 |
+
Topic 79 (79_rezadorrani_response_reply_quick) - pico em 2023-11: 59
|
| 184 |
+
Topic 80 (80_cloud_engine_deploy_gcp) - pico em 2025-07: 43
|
| 185 |
+
Topic 81 (81_enjoy_learning_helping_happy) - pico em 2025-07: 80
|
| 186 |
+
Topic 82 (82_json_parse_parsejson_object) - pico em 2025-05: 57
|
| 187 |
+
Topic 83 (83_waiting_youtu_episode_wait) - pico em 2020-09: 102
|
| 188 |
+
Topic 84 (84_topic_backlog_post_subscribers) - pico em 2025-08: 59
|
| 189 |
+
Topic 85 (85_error_message_failed_errors) - pico em 2025-07: 74
|
| 190 |
+
Topic 86 (86_access_permissions_security_user) - pico em 2023-09: 50
|
| 191 |
+
Topic 87 (87_available_preview_feature_release) - pico em 2025-08: 70
|
| 192 |
+
Topic 88 (88_business_central_dynamics_365) - pico em 2024-10: 44
|
| 193 |
+
Topic 89 (89_reza_brilliant_usual_tips) - pico em 2022-02: 25
|
| 194 |
+
Topic 90 (90_docker_compose_baserow_host) - pico em 2025-07: 112
|
| 195 |
+
Topic 91 (91_sap_btp_process_automation) - pico em 2025-04: 24
|
| 196 |
+
Topic 93 (93_boomi_dell_sumit_dellboomi) - pico em 2023-08: 26
|
| 197 |
+
Topic 95 (95_supabase_postgres_vector_qdrant) - pico em 2025-02: 107
|
| 198 |
+
Topic 96 (96_review_figure_black_retool) - pico em 2019-02: 86
|
| 199 |
+
Topic 97 (97_sort_sorting_descending_ascending) - pico em 2025-01: 21
|
| 200 |
+
Topic 98 (98_license_premium_licensing_licenses) - pico em 2025-09: 63
|
| 201 |
+
Topic 99 (99_channel_subscribe_subscribed_subscribers) - pico em 2025-09: 71
|
| 202 |
+
Topic 100 (100_screenshots_action_powerusers_forums) - pico em 2022-02: 35
|
| 203 |
+
Topic 101 (101_price_expensive_money_pricing) - pico em 2025-07: 51
|
| 204 |
+
Topic 103 (103_delete_remove_deleting_deleted) - pico em 2024-02: 26
|
| 205 |
+
Topic 104 (104_bi_report_power_powerbi) - pico em 2022-10: 20
|
| 206 |
+
Topic 105 (105_formula_formulas_named_expression) - pico em 2024-03: 36
|
| 207 |
+
Topic 108 (108_scraping_crawl4ai_scrape_website) - pico em 2025-02: 56
|
| 208 |
+
Topic 109 (109_environment_dev_variables_prod) - pico em 2025-06: 31
|
| 209 |
+
Topic 110 (110_copilot_studio_pilot_environment) - pico em 2023-03: 43
|
| 210 |
+
Topic 111 (111_exactly_needed_forward_perfect) - pico em 2025-07: 60
|
| 211 |
+
Topic 112 (112_feedback_appreciate_noted_positive) - pico em 2025-07: 26
|
| 212 |
+
Topic 113 (113_support_reach_rcconsulting_watching) - pico em 2024-04: 24
|
| 213 |
+
Topic 114 (114_tab_tabs_membership_tabbed) - pico em 2024-04: 29
|
| 214 |
+
Topic 115 (115_quality_zoom_resolution_blurry) - pico em 2025-02: 29
|
| 215 |
+
|
| 216 |
+
Plataformas mais citadas nos comentarios
|
| 217 |
+
n8n: 5717
|
| 218 |
+
Power Apps: 4413
|
| 219 |
+
Flutterflow: 4380
|
| 220 |
+
FileMaker: 1774
|
| 221 |
+
AppSheet: 1249
|
| 222 |
+
Boomi: 352
|
| 223 |
+
OutSystems: 304
|
| 224 |
+
Zoho Creator: 253
|
| 225 |
+
Baserow: 253
|
| 226 |
+
Retool: 235
|
files/04_topicos/05_resultados_topicos/02_figura_evolucao_temporal_topicos.png
ADDED
|
Git LFS Details
|
files/04_topicos/05_resultados_topicos/03_figura_evolucao_temporal_topicos.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:810c2a7d1a54471ce517bdd7dfba0a5dd49c89e75d6384b66568c9a76989e83c
|
| 3 |
+
size 178189
|
files/04_topicos/05_resultados_topicos/04_figura_heatmap_plataformas_topicos.png
ADDED
|
Git LFS Details
|
files/04_topicos/05_resultados_topicos/05_figura_evolucao_macrotemas.png
ADDED
|
Git LFS Details
|
files/04_topicos/05_resultados_topicos/06_figura_evolucao_macrotemas.pdf
ADDED
|
Binary file (23.9 kB). View file
|
|
|
files/04_topicos/etapa_05_preparar_base_topicos.py
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from __future__ import annotations
|
| 2 |
+
|
| 3 |
+
import sys
|
| 4 |
+
from pathlib import Path
|
| 5 |
+
|
| 6 |
+
ROOT_DIR = Path(__file__).resolve().parents[1]
|
| 7 |
+
if str(ROOT_DIR) not in sys.path:
|
| 8 |
+
sys.path.insert(0, str(ROOT_DIR))
|
| 9 |
+
|
| 10 |
+
from pipeline_00_config import (
|
| 11 |
+
ENGLISH_COMMENTS_PERIOD_CSV,
|
| 12 |
+
LANGUAGE_FILTER_COLUMNS,
|
| 13 |
+
MIN_TOPIC_COMMENT_LENGTH,
|
| 14 |
+
TOPIC_BASE_COMMENTS_CSV,
|
| 15 |
+
ensure_directories,
|
| 16 |
+
load_language_comment_file,
|
| 17 |
+
normalize_series,
|
| 18 |
+
)
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
def main() -> None:
|
| 22 |
+
ensure_directories()
|
| 23 |
+
|
| 24 |
+
comments_period, repaired = load_language_comment_file(ENGLISH_COMMENTS_PERIOD_CSV, LANGUAGE_FILTER_COLUMNS)
|
| 25 |
+
if repaired:
|
| 26 |
+
comments_period.to_csv(ENGLISH_COMMENTS_PERIOD_CSV, index=False)
|
| 27 |
+
|
| 28 |
+
comments_period = comments_period.copy()
|
| 29 |
+
comments_period["comment_normalized"] = normalize_series(comments_period["comment"])
|
| 30 |
+
comments_period["comment_length"] = comments_period["comment_normalized"].str.len()
|
| 31 |
+
|
| 32 |
+
prepared = comments_period.loc[comments_period["comment_normalized"] != ""].copy()
|
| 33 |
+
prepared = prepared.loc[prepared["comment_length"] >= MIN_TOPIC_COMMENT_LENGTH].copy()
|
| 34 |
+
prepared = prepared.drop_duplicates(subset=["comment_normalized"]).copy()
|
| 35 |
+
prepared.to_csv(TOPIC_BASE_COMMENTS_CSV, index=False)
|
| 36 |
+
|
| 37 |
+
print(f"Comentarios no periodo: {len(comments_period)}")
|
| 38 |
+
print(f"Base preparada para topicos: {len(prepared)}")
|
| 39 |
+
print(f"Arquivo salvo em: {TOPIC_BASE_COMMENTS_CSV}")
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
if __name__ == "__main__":
|
| 43 |
+
main()
|
files/04_topicos/etapa_06_alinhar_topicos_legado.py
ADDED
|
@@ -0,0 +1,114 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from __future__ import annotations
|
| 2 |
+
|
| 3 |
+
import sys
|
| 4 |
+
from pathlib import Path
|
| 5 |
+
|
| 6 |
+
ROOT_DIR = Path(__file__).resolve().parents[1]
|
| 7 |
+
if str(ROOT_DIR) not in sys.path:
|
| 8 |
+
sys.path.insert(0, str(ROOT_DIR))
|
| 9 |
+
|
| 10 |
+
import pandas as pd
|
| 11 |
+
|
| 12 |
+
from pipeline_00_config import (
|
| 13 |
+
ENGLISH_COMMENTS_CSV,
|
| 14 |
+
ENGLISH_COMMENTS_PERIOD_CSV,
|
| 15 |
+
LANGUAGE_FILTER_COLUMNS,
|
| 16 |
+
LEGACY_TOPIC_COMMENTS_CSV,
|
| 17 |
+
LEGACY_TOPIC_DESCRIPTIONS_CSV,
|
| 18 |
+
TOPIC_ALIGNED_COMMENTS_CSV,
|
| 19 |
+
TOPIC_BASE_COMMENTS_CSV,
|
| 20 |
+
TOPIC_COVERAGE_REPORT_TXT,
|
| 21 |
+
TOPIC_DESCRIPTIONS_CSV,
|
| 22 |
+
ensure_directories,
|
| 23 |
+
load_language_comment_file,
|
| 24 |
+
normalize_series,
|
| 25 |
+
read_csv_with_fallback,
|
| 26 |
+
)
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
def main() -> None:
|
| 30 |
+
ensure_directories()
|
| 31 |
+
|
| 32 |
+
comments_full, repaired_full = load_language_comment_file(ENGLISH_COMMENTS_CSV, LANGUAGE_FILTER_COLUMNS)
|
| 33 |
+
comments_period, repaired_period = load_language_comment_file(ENGLISH_COMMENTS_PERIOD_CSV, LANGUAGE_FILTER_COLUMNS)
|
| 34 |
+
if repaired_full:
|
| 35 |
+
comments_full.to_csv(ENGLISH_COMMENTS_CSV, index=False)
|
| 36 |
+
if repaired_period:
|
| 37 |
+
comments_period.to_csv(ENGLISH_COMMENTS_PERIOD_CSV, index=False)
|
| 38 |
+
|
| 39 |
+
base = read_csv_with_fallback(TOPIC_BASE_COMMENTS_CSV, low_memory=False)
|
| 40 |
+
legacy_comments = read_csv_with_fallback(LEGACY_TOPIC_COMMENTS_CSV, sep=";", engine="python")
|
| 41 |
+
legacy_descriptions = read_csv_with_fallback(LEGACY_TOPIC_DESCRIPTIONS_CSV, sep=";", engine="python")
|
| 42 |
+
|
| 43 |
+
comments_period = comments_period.copy()
|
| 44 |
+
comments_period["comment_normalized"] = normalize_series(comments_period["comment"])
|
| 45 |
+
comments_period["comment_length"] = comments_period["comment_normalized"].str.len()
|
| 46 |
+
blank_removed = int((comments_period["comment_normalized"] == "").sum())
|
| 47 |
+
short_removed = int(((comments_period["comment_normalized"] != "") & (comments_period["comment_length"] < 15)).sum())
|
| 48 |
+
duplicate_removed = int(
|
| 49 |
+
comments_period.loc[comments_period["comment_length"] >= 15, "comment_normalized"].duplicated().sum()
|
| 50 |
+
)
|
| 51 |
+
|
| 52 |
+
legacy_comments = legacy_comments.copy()
|
| 53 |
+
legacy_comments["comment_normalized"] = normalize_series(legacy_comments["comment"])
|
| 54 |
+
legacy_comments["topic_id"] = pd.to_numeric(legacy_comments["topic_id"], errors="coerce")
|
| 55 |
+
conflict_count = int((legacy_comments.groupby("comment_normalized")["topic_id"].nunique() > 1).sum())
|
| 56 |
+
legacy_comments = legacy_comments.sort_values(["comment_normalized", "comment_id"]).drop_duplicates(
|
| 57 |
+
subset=["comment_normalized"], keep="first"
|
| 58 |
+
)
|
| 59 |
+
|
| 60 |
+
aligned = base.merge(
|
| 61 |
+
legacy_comments[["comment_normalized", "topic_id", "Name", "Representation"]],
|
| 62 |
+
on="comment_normalized",
|
| 63 |
+
how="left",
|
| 64 |
+
)
|
| 65 |
+
aligned = aligned.rename(
|
| 66 |
+
columns={
|
| 67 |
+
"Name": "topic_name",
|
| 68 |
+
"Representation": "topic_representation",
|
| 69 |
+
}
|
| 70 |
+
)
|
| 71 |
+
aligned.to_csv(TOPIC_ALIGNED_COMMENTS_CSV, index=False)
|
| 72 |
+
|
| 73 |
+
descriptions = legacy_descriptions.rename(
|
| 74 |
+
columns={
|
| 75 |
+
"Topic": "topic_id",
|
| 76 |
+
"Count": "topic_count",
|
| 77 |
+
"Name": "topic_name",
|
| 78 |
+
"Representation": "topic_representation",
|
| 79 |
+
"Representative_Docs": "representative_docs",
|
| 80 |
+
}
|
| 81 |
+
)
|
| 82 |
+
descriptions["topic_id"] = pd.to_numeric(descriptions["topic_id"], errors="coerce")
|
| 83 |
+
descriptions = descriptions.dropna(subset=["topic_id"]).drop_duplicates(subset=["topic_id"]).sort_values("topic_id")
|
| 84 |
+
descriptions.to_csv(TOPIC_DESCRIPTIONS_CSV, index=False)
|
| 85 |
+
|
| 86 |
+
matched = int(aligned["topic_id"].notna().sum())
|
| 87 |
+
unmatched = int(aligned["topic_id"].isna().sum())
|
| 88 |
+
|
| 89 |
+
lines = [
|
| 90 |
+
"Relatorio de cobertura da etapa de topicos",
|
| 91 |
+
"=" * 72,
|
| 92 |
+
f"Comentarios no corpus final em ingles: {len(comments_full)}",
|
| 93 |
+
f"Comentarios no corpus do periodo analitico: {len(comments_period)}",
|
| 94 |
+
f"Comentarios vazios removidos: {blank_removed}",
|
| 95 |
+
f"Comentarios curtos removidos (<15 caracteres): {short_removed}",
|
| 96 |
+
f"Comentarios duplicados por texto removidos: {duplicate_removed}",
|
| 97 |
+
f"Comentarios na base de topicos: {len(base)}",
|
| 98 |
+
f"Comentarios unicos no arquivo legado de topicos: {legacy_comments['comment_normalized'].nunique()}",
|
| 99 |
+
f"Textos com conflito de topic_id no legado: {conflict_count}",
|
| 100 |
+
f"Comentarios alinhados com topic_id: {matched}",
|
| 101 |
+
f"Comentarios sem correspondencia no legado: {unmatched}",
|
| 102 |
+
"",
|
| 103 |
+
"Observacao: a base de topicos usa texto normalizado, comentario minimo de 15 caracteres e deduplicacao por texto.",
|
| 104 |
+
]
|
| 105 |
+
TOPIC_COVERAGE_REPORT_TXT.write_text("\n".join(lines) + "\n", encoding="utf-8")
|
| 106 |
+
|
| 107 |
+
print(f"Base de topicos: {len(base)}")
|
| 108 |
+
print(f"Alinhados com topicos: {matched}")
|
| 109 |
+
print(f"Sem correspondencia: {unmatched}")
|
| 110 |
+
print(f"Relatorio salvo em: {TOPIC_COVERAGE_REPORT_TXT}")
|
| 111 |
+
|
| 112 |
+
|
| 113 |
+
if __name__ == "__main__":
|
| 114 |
+
main()
|
files/04_topicos/etapa_07_analisar_topicos.py
ADDED
|
@@ -0,0 +1,170 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from __future__ import annotations
|
| 2 |
+
|
| 3 |
+
import sys
|
| 4 |
+
from pathlib import Path
|
| 5 |
+
|
| 6 |
+
ROOT_DIR = Path(__file__).resolve().parents[1]
|
| 7 |
+
if str(ROOT_DIR) not in sys.path:
|
| 8 |
+
sys.path.insert(0, str(ROOT_DIR))
|
| 9 |
+
|
| 10 |
+
import matplotlib.pyplot as plt
|
| 11 |
+
import numpy as np
|
| 12 |
+
import pandas as pd
|
| 13 |
+
import seaborn as sns
|
| 14 |
+
|
| 15 |
+
from pipeline_00_config import (
|
| 16 |
+
ENGLISH_COMMENTS_PERIOD_CSV,
|
| 17 |
+
PLATFORM_PATTERNS,
|
| 18 |
+
STUDY_END,
|
| 19 |
+
STUDY_START,
|
| 20 |
+
TOPICS_TO_REMOVE,
|
| 21 |
+
TOPIC_ALIGNED_COMMENTS_CSV,
|
| 22 |
+
TOPIC_ANALYSIS_REPORT_TXT,
|
| 23 |
+
TOPIC_BASE_COMMENTS_CSV,
|
| 24 |
+
TOPIC_DESCRIPTIONS_CSV,
|
| 25 |
+
TOPIC_PLATFORM_HEATMAP_PNG,
|
| 26 |
+
TOPIC_TEMPORAL_PDF,
|
| 27 |
+
TOPIC_TEMPORAL_PNG,
|
| 28 |
+
TOPIC_COVERAGE_REPORT_TXT,
|
| 29 |
+
ensure_directories,
|
| 30 |
+
extract_matching_terms,
|
| 31 |
+
parse_utc_datetime,
|
| 32 |
+
read_csv_with_fallback,
|
| 33 |
+
)
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
def zscore_by_row(frame: pd.DataFrame) -> pd.DataFrame:
|
| 37 |
+
centered = frame.sub(frame.mean(axis=1), axis=0)
|
| 38 |
+
row_std = frame.std(axis=1).replace(0, 1)
|
| 39 |
+
return centered.div(row_std, axis=0)
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
def zscore_by_column(frame: pd.DataFrame) -> pd.DataFrame:
|
| 43 |
+
centered = frame.sub(frame.mean(axis=0), axis=1)
|
| 44 |
+
column_std = frame.std(axis=0).replace(0, 1)
|
| 45 |
+
return centered.div(column_std, axis=1)
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
def generate_temporal_heatmap(analysis_df: pd.DataFrame) -> pd.DataFrame:
|
| 49 |
+
counts = analysis_df.groupby(["mes_ano", "topic_id"]).size().reset_index(name="count")
|
| 50 |
+
pivot = counts.pivot_table(index="topic_id", columns="mes_ano", values="count", fill_value=0)
|
| 51 |
+
full_range = pd.period_range(start=STUDY_START, end=STUDY_END, freq="M")
|
| 52 |
+
pivot = pivot.reindex(columns=full_range, fill_value=0).sort_index()
|
| 53 |
+
heatmap_data = zscore_by_row(pivot)
|
| 54 |
+
|
| 55 |
+
plt.figure(figsize=(12, 7))
|
| 56 |
+
sns.heatmap(heatmap_data, cmap="viridis", vmin=-2, vmax=2, cbar_kws={"label": "Z-score"})
|
| 57 |
+
plt.title("Evolucao temporal dos topicos")
|
| 58 |
+
plt.xlabel("Linha do tempo")
|
| 59 |
+
plt.ylabel("Topic ID")
|
| 60 |
+
tick_positions = np.arange(0, len(pivot.columns), 6)
|
| 61 |
+
tick_labels = [str(pivot.columns[index]) for index in tick_positions]
|
| 62 |
+
plt.xticks(tick_positions + 0.5, tick_labels, rotation=45, ha="right")
|
| 63 |
+
plt.tight_layout()
|
| 64 |
+
plt.savefig(TOPIC_TEMPORAL_PNG, dpi=300)
|
| 65 |
+
plt.savefig(TOPIC_TEMPORAL_PDF)
|
| 66 |
+
plt.close()
|
| 67 |
+
|
| 68 |
+
return pivot
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
def generate_platform_heatmap(analysis_df: pd.DataFrame):
|
| 72 |
+
rows = []
|
| 73 |
+
for row in analysis_df.itertuples(index=False):
|
| 74 |
+
found_terms = extract_matching_terms(row.comment, PLATFORM_PATTERNS)
|
| 75 |
+
for term in found_terms:
|
| 76 |
+
rows.append({"topic_id": row.topic_id, "topic_name": row.topic_name, "platform": term})
|
| 77 |
+
|
| 78 |
+
if not rows:
|
| 79 |
+
return None
|
| 80 |
+
|
| 81 |
+
platform_mentions = pd.DataFrame(rows)
|
| 82 |
+
top_platforms = platform_mentions["platform"].value_counts().head(10).index
|
| 83 |
+
filtered = platform_mentions.loc[platform_mentions["platform"].isin(top_platforms)].copy()
|
| 84 |
+
matrix = pd.crosstab(filtered["topic_id"], filtered["platform"])
|
| 85 |
+
matrix = zscore_by_column(matrix)
|
| 86 |
+
|
| 87 |
+
plt.figure(figsize=(10, 8))
|
| 88 |
+
sns.heatmap(matrix, cmap="RdBu_r", center=0, vmin=-2, vmax=2, cbar_kws={"label": "Z-score"})
|
| 89 |
+
plt.title("Associacao entre topicos e plataformas")
|
| 90 |
+
plt.xlabel("Plataforma")
|
| 91 |
+
plt.ylabel("Topic ID")
|
| 92 |
+
plt.tight_layout()
|
| 93 |
+
plt.savefig(TOPIC_PLATFORM_HEATMAP_PNG, dpi=300)
|
| 94 |
+
plt.close()
|
| 95 |
+
|
| 96 |
+
return filtered["platform"].value_counts()
|
| 97 |
+
|
| 98 |
+
|
| 99 |
+
def main() -> None:
|
| 100 |
+
ensure_directories()
|
| 101 |
+
|
| 102 |
+
period_comments = read_csv_with_fallback(ENGLISH_COMMENTS_PERIOD_CSV, low_memory=False)
|
| 103 |
+
topic_base = read_csv_with_fallback(TOPIC_BASE_COMMENTS_CSV, low_memory=False)
|
| 104 |
+
aligned = read_csv_with_fallback(TOPIC_ALIGNED_COMMENTS_CSV, low_memory=False)
|
| 105 |
+
descriptions = read_csv_with_fallback(TOPIC_DESCRIPTIONS_CSV, low_memory=False)
|
| 106 |
+
|
| 107 |
+
aligned = aligned.copy()
|
| 108 |
+
aligned["published_at"] = parse_utc_datetime(aligned["published_at"])
|
| 109 |
+
aligned["topic_id"] = pd.to_numeric(aligned["topic_id"], errors="coerce")
|
| 110 |
+
aligned = aligned.dropna(subset=["topic_id", "published_at"]).copy()
|
| 111 |
+
aligned["topic_id"] = aligned["topic_id"].astype(int)
|
| 112 |
+
|
| 113 |
+
excluded_topics = set(TOPICS_TO_REMOVE + [-1])
|
| 114 |
+
analysis_df = aligned.loc[~aligned["topic_id"].isin(excluded_topics)].copy()
|
| 115 |
+
analysis_df["mes_ano"] = analysis_df["published_at"].dt.to_period("M")
|
| 116 |
+
|
| 117 |
+
descriptions = descriptions.copy()
|
| 118 |
+
descriptions["topic_id"] = pd.to_numeric(descriptions["topic_id"], errors="coerce")
|
| 119 |
+
descriptions = descriptions.dropna(subset=["topic_id"]).copy()
|
| 120 |
+
descriptions["topic_id"] = descriptions["topic_id"].astype(int)
|
| 121 |
+
descriptions = descriptions.loc[~descriptions["topic_id"].isin(excluded_topics)].copy()
|
| 122 |
+
|
| 123 |
+
pivot = generate_temporal_heatmap(analysis_df)
|
| 124 |
+
platform_counts = generate_platform_heatmap(analysis_df)
|
| 125 |
+
|
| 126 |
+
lines = [
|
| 127 |
+
"Relatorio de analise de topicos",
|
| 128 |
+
"=" * 72,
|
| 129 |
+
f"Comentarios no corpus do periodo: {len(period_comments)}",
|
| 130 |
+
f"Comentarios na base de topicos: {len(topic_base)}",
|
| 131 |
+
f"Comentarios alinhados com topic_id: {len(aligned)}",
|
| 132 |
+
f"Comentarios analisados apos excluir topicos de ruido: {len(analysis_df)}",
|
| 133 |
+
f"Relatorio de cobertura usado como referencia: {TOPIC_COVERAGE_REPORT_TXT.name}",
|
| 134 |
+
"",
|
| 135 |
+
"Topicos analisados",
|
| 136 |
+
"ID | Nome do topico | Principais termos",
|
| 137 |
+
]
|
| 138 |
+
|
| 139 |
+
for row in descriptions.itertuples(index=False):
|
| 140 |
+
representation = str(row.topic_representation)
|
| 141 |
+
if len(representation) > 80:
|
| 142 |
+
representation = representation[:77] + "..."
|
| 143 |
+
lines.append(f"{row.topic_id} | {row.topic_name} | {representation}")
|
| 144 |
+
|
| 145 |
+
lines.extend(["", "Picos temporais por topico"])
|
| 146 |
+
for topic_id, row in pivot.iterrows():
|
| 147 |
+
peak_month = row.idxmax()
|
| 148 |
+
peak_value = int(row.max())
|
| 149 |
+
if peak_value <= 0:
|
| 150 |
+
continue
|
| 151 |
+
topic_name_series = descriptions.loc[descriptions["topic_id"] == topic_id, "topic_name"]
|
| 152 |
+
topic_name = topic_name_series.iloc[0] if not topic_name_series.empty else "desconhecido"
|
| 153 |
+
lines.append(f"Topic {topic_id} ({topic_name}) - pico em {peak_month}: {peak_value}")
|
| 154 |
+
|
| 155 |
+
lines.append("")
|
| 156 |
+
lines.append("Plataformas mais citadas nos comentarios")
|
| 157 |
+
if platform_counts is None:
|
| 158 |
+
lines.append("Nenhuma plataforma foi detectada nos comentarios analisados.")
|
| 159 |
+
else:
|
| 160 |
+
for platform, count in platform_counts.head(10).items():
|
| 161 |
+
lines.append(f"{platform}: {count}")
|
| 162 |
+
|
| 163 |
+
TOPIC_ANALYSIS_REPORT_TXT.write_text("\n".join(lines) + "\n", encoding="utf-8")
|
| 164 |
+
|
| 165 |
+
print(f"Comentarios analisados: {len(analysis_df)}")
|
| 166 |
+
print(f"Relatorio salvo em: {TOPIC_ANALYSIS_REPORT_TXT}")
|
| 167 |
+
|
| 168 |
+
|
| 169 |
+
if __name__ == "__main__":
|
| 170 |
+
main()
|
files/04_topicos/etapa_08_analisar_macrotemas.py
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from __future__ import annotations
|
| 2 |
+
|
| 3 |
+
import sys
|
| 4 |
+
from pathlib import Path
|
| 5 |
+
|
| 6 |
+
ROOT_DIR = Path(__file__).resolve().parents[1]
|
| 7 |
+
if str(ROOT_DIR) not in sys.path:
|
| 8 |
+
sys.path.insert(0, str(ROOT_DIR))
|
| 9 |
+
|
| 10 |
+
import matplotlib.pyplot as plt
|
| 11 |
+
import numpy as np
|
| 12 |
+
import pandas as pd
|
| 13 |
+
|
| 14 |
+
from pipeline_00_config import (
|
| 15 |
+
MACROTHEME_TEMPORAL_PDF,
|
| 16 |
+
MACROTHEME_TEMPORAL_PNG,
|
| 17 |
+
MACROTHEMES,
|
| 18 |
+
STUDY_END,
|
| 19 |
+
STUDY_START,
|
| 20 |
+
TOPICS_TO_REMOVE,
|
| 21 |
+
TOPIC_ALIGNED_COMMENTS_CSV,
|
| 22 |
+
ensure_directories,
|
| 23 |
+
parse_utc_datetime,
|
| 24 |
+
read_csv_with_fallback,
|
| 25 |
+
)
|
| 26 |
+
|
| 27 |
+
|
| 28 |
+
def map_macrotheme(topic_id: int) -> str | None:
|
| 29 |
+
for macrotheme, topic_ids in MACROTHEMES.items():
|
| 30 |
+
if topic_id in topic_ids:
|
| 31 |
+
return macrotheme
|
| 32 |
+
return None
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
def main() -> None:
|
| 36 |
+
ensure_directories()
|
| 37 |
+
|
| 38 |
+
aligned = read_csv_with_fallback(TOPIC_ALIGNED_COMMENTS_CSV, low_memory=False)
|
| 39 |
+
aligned["topic_id"] = pd.to_numeric(aligned["topic_id"], errors="coerce")
|
| 40 |
+
aligned["published_at"] = parse_utc_datetime(aligned["published_at"])
|
| 41 |
+
aligned = aligned.dropna(subset=["topic_id", "published_at"]).copy()
|
| 42 |
+
aligned["topic_id"] = aligned["topic_id"].astype(int)
|
| 43 |
+
|
| 44 |
+
excluded_topics = set(TOPICS_TO_REMOVE + [-1])
|
| 45 |
+
aligned = aligned.loc[~aligned["topic_id"].isin(excluded_topics)].copy()
|
| 46 |
+
aligned["macrotheme"] = aligned["topic_id"].apply(map_macrotheme)
|
| 47 |
+
aligned = aligned.dropna(subset=["macrotheme"]).copy()
|
| 48 |
+
aligned["mes_ano"] = aligned["published_at"].dt.to_period("M")
|
| 49 |
+
|
| 50 |
+
counts = aligned.groupby(["mes_ano", "macrotheme"]).size().reset_index(name="count")
|
| 51 |
+
pivot = counts.pivot_table(index="mes_ano", columns="macrotheme", values="count", fill_value=0)
|
| 52 |
+
full_range = pd.period_range(start=STUDY_START, end=STUDY_END, freq="M")
|
| 53 |
+
pivot = pivot.reindex(full_range, fill_value=0)
|
| 54 |
+
proportions = pivot.div(pivot.sum(axis=1).replace(0, 1), axis=0)
|
| 55 |
+
|
| 56 |
+
plt.figure(figsize=(12, 6))
|
| 57 |
+
for macrotheme in proportions.columns:
|
| 58 |
+
plt.plot(proportions.index.astype(str), proportions[macrotheme], label=macrotheme)
|
| 59 |
+
|
| 60 |
+
tick_positions = np.arange(0, len(proportions.index), 6)
|
| 61 |
+
plt.xticks(tick_positions, proportions.index.astype(str)[tick_positions], rotation=45, ha="right")
|
| 62 |
+
plt.title("Evolucao temporal dos macrotemas")
|
| 63 |
+
plt.xlabel("Mes")
|
| 64 |
+
plt.ylabel("Proporcao de comentarios")
|
| 65 |
+
plt.legend(ncol=2, frameon=False)
|
| 66 |
+
plt.tight_layout()
|
| 67 |
+
plt.savefig(MACROTHEME_TEMPORAL_PNG, dpi=300)
|
| 68 |
+
plt.savefig(MACROTHEME_TEMPORAL_PDF)
|
| 69 |
+
plt.close()
|
| 70 |
+
|
| 71 |
+
print(f"Grafico salvo em: {MACROTHEME_TEMPORAL_PNG}")
|
| 72 |
+
|
| 73 |
+
|
| 74 |
+
if __name__ == "__main__":
|
| 75 |
+
main()
|
files/05_caracterizacao_corpus/01_figura_metricas_corpus.pdf
ADDED
|
Binary file (26.8 kB). View file
|
|
|
files/05_caracterizacao_corpus/02_figura_heatmap_top30_plataformas.pdf
ADDED
|
Binary file (44.7 kB). View file
|
|
|
files/05_caracterizacao_corpus/03_relatorio_caracterizacao_corpus.txt
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Relatorio de caracterizacao do corpus
|
| 2 |
+
========================================================================
|
| 3 |
+
Periodo de estudo: 2018-01-01 a 2025-09-30
|
| 4 |
+
Videos no corpus final em ingles: 16019
|
| 5 |
+
Comentarios no corpus final em ingles: 265301
|
| 6 |
+
Comentarios no corpus analitico do periodo: 260791
|
| 7 |
+
Comentarios fora do periodo analitico: 4510
|
| 8 |
+
Canais no corpus: 4852
|
| 9 |
+
Visualizacoes somadas dos videos: 196604871
|
| 10 |
+
Curtidas somadas dos comentarios no periodo: 334556
|
| 11 |
+
Usuarios unicos nos comentarios do periodo: 118744
|
| 12 |
+
|
| 13 |
+
Top 30 plataformas em titulo e descricao dos videos
|
| 14 |
+
1. Power Apps: 2166
|
| 15 |
+
2. FileMaker: 1809
|
| 16 |
+
3. Flutterflow: 1537
|
| 17 |
+
4. Bubble.io: 1452
|
| 18 |
+
5. AppSheet: 962
|
| 19 |
+
6. n8n: 741
|
| 20 |
+
7. Dynamics 365 Business Central: 711
|
| 21 |
+
8. Boomi: 686
|
| 22 |
+
9. Retool: 644
|
| 23 |
+
10. OutSystems: 554
|
| 24 |
+
11. Zoho Creator: 474
|
| 25 |
+
12. Microsoft Power Platform: 403
|
| 26 |
+
13. App Engine: 399
|
| 27 |
+
14. WaveMaker: 340
|
| 28 |
+
15. SAP Build: 286
|
| 29 |
+
16. Salesforce Platform: 284
|
| 30 |
+
17. YiDA: 232
|
| 31 |
+
18. appsmith: 223
|
| 32 |
+
19. Axpert: 195
|
| 33 |
+
20. Reasy: 179
|
| 34 |
+
21. Simplifier: 145
|
| 35 |
+
22. Aapli: 145
|
| 36 |
+
23. Caspio: 141
|
| 37 |
+
24. Quickbase: 136
|
| 38 |
+
25. sterlo: 135
|
| 39 |
+
26. Baserow: 133
|
| 40 |
+
27. Canonic: 120
|
| 41 |
+
28. VisionX: 116
|
| 42 |
+
29. Kissflow: 108
|
| 43 |
+
30. OnBase: 99
|
files/05_caracterizacao_corpus/etapa_09_caracterizar_corpus.py
ADDED
|
@@ -0,0 +1,180 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from __future__ import annotations
|
| 2 |
+
|
| 3 |
+
import math
|
| 4 |
+
import sys
|
| 5 |
+
from pathlib import Path
|
| 6 |
+
|
| 7 |
+
ROOT_DIR = Path(__file__).resolve().parents[1]
|
| 8 |
+
if str(ROOT_DIR) not in sys.path:
|
| 9 |
+
sys.path.insert(0, str(ROOT_DIR))
|
| 10 |
+
|
| 11 |
+
import matplotlib.pyplot as plt
|
| 12 |
+
import pandas as pd
|
| 13 |
+
import seaborn as sns
|
| 14 |
+
|
| 15 |
+
from pipeline_00_config import (
|
| 16 |
+
CHARACTERIZATION_METRICS_PDF,
|
| 17 |
+
CHARACTERIZATION_PLATFORM_HEATMAP_PDF,
|
| 18 |
+
CHARACTERIZATION_REPORT_TXT,
|
| 19 |
+
ENGLISH_COMMENTS_CSV,
|
| 20 |
+
ENGLISH_COMMENTS_PERIOD_CSV,
|
| 21 |
+
ENGLISH_VIDEOS_CSV,
|
| 22 |
+
LANGUAGE_FILTER_COLUMNS,
|
| 23 |
+
PLATFORM_PATTERNS,
|
| 24 |
+
STUDY_END,
|
| 25 |
+
STUDY_START,
|
| 26 |
+
ensure_directories,
|
| 27 |
+
load_language_comment_file,
|
| 28 |
+
parse_utc_datetime,
|
| 29 |
+
read_csv_with_fallback,
|
| 30 |
+
)
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
def zscore_by_column(frame: pd.DataFrame) -> pd.DataFrame:
|
| 34 |
+
centered = frame.sub(frame.mean(axis=0), axis=1)
|
| 35 |
+
column_std = frame.std(axis=0).replace(0, 1)
|
| 36 |
+
return centered.div(column_std, axis=1)
|
| 37 |
+
|
| 38 |
+
|
| 39 |
+
def style_axes(axis) -> None:
|
| 40 |
+
axis.grid(axis="y", linestyle="--", alpha=0.6)
|
| 41 |
+
axis.grid(axis="x", alpha=0)
|
| 42 |
+
|
| 43 |
+
|
| 44 |
+
def main() -> None:
|
| 45 |
+
ensure_directories()
|
| 46 |
+
sns.set_theme(style="whitegrid")
|
| 47 |
+
|
| 48 |
+
comments_full, repaired_full = load_language_comment_file(ENGLISH_COMMENTS_CSV, LANGUAGE_FILTER_COLUMNS)
|
| 49 |
+
comments_period, repaired_period = load_language_comment_file(ENGLISH_COMMENTS_PERIOD_CSV, LANGUAGE_FILTER_COLUMNS)
|
| 50 |
+
if repaired_full:
|
| 51 |
+
comments_full.to_csv(ENGLISH_COMMENTS_CSV, index=False)
|
| 52 |
+
if repaired_period:
|
| 53 |
+
comments_period.to_csv(ENGLISH_COMMENTS_PERIOD_CSV, index=False)
|
| 54 |
+
|
| 55 |
+
videos = read_csv_with_fallback(ENGLISH_VIDEOS_CSV, low_memory=False)
|
| 56 |
+
|
| 57 |
+
videos["published_at"] = parse_utc_datetime(videos["published_at"])
|
| 58 |
+
comments_period["published_at"] = parse_utc_datetime(comments_period["published_at"])
|
| 59 |
+
|
| 60 |
+
videos = videos.dropna(subset=["published_at"]).copy()
|
| 61 |
+
comments_period = comments_period.dropna(subset=["published_at"]).copy()
|
| 62 |
+
|
| 63 |
+
videos["view_count"] = pd.to_numeric(videos["view_count"], errors="coerce").fillna(0)
|
| 64 |
+
comments_period["like_count"] = pd.to_numeric(comments_period["like_count"], errors="coerce").fillna(0)
|
| 65 |
+
|
| 66 |
+
videos["month_year"] = videos["published_at"].dt.to_period("M")
|
| 67 |
+
comments_period["month_year"] = comments_period["published_at"].dt.to_period("M")
|
| 68 |
+
|
| 69 |
+
full_month_range = pd.period_range(start=STUDY_START, end=STUDY_END, freq="M")
|
| 70 |
+
|
| 71 |
+
video_monthly = videos.groupby("month_year").agg(
|
| 72 |
+
videos=("video_id", "nunique"),
|
| 73 |
+
canais=("channel_id", "nunique"),
|
| 74 |
+
visualizacoes=("view_count", "sum"),
|
| 75 |
+
).reindex(full_month_range, fill_value=0)
|
| 76 |
+
|
| 77 |
+
comment_monthly = comments_period.groupby("month_year").agg(
|
| 78 |
+
comentarios=("comment_id", "count"),
|
| 79 |
+
likes=("like_count", "sum"),
|
| 80 |
+
usuarios_unicos=("author_channel_id", "nunique"),
|
| 81 |
+
).reindex(full_month_range, fill_value=0)
|
| 82 |
+
|
| 83 |
+
monthly = pd.concat([video_monthly, comment_monthly], axis=1).fillna(0)
|
| 84 |
+
monthly["timestamp"] = monthly.index.to_timestamp()
|
| 85 |
+
|
| 86 |
+
metrics = [
|
| 87 |
+
("videos", "Videos"),
|
| 88 |
+
("canais", "Canais"),
|
| 89 |
+
("comentarios", "Comentarios"),
|
| 90 |
+
("visualizacoes", "Visualizacoes"),
|
| 91 |
+
("likes", "Curtidas"),
|
| 92 |
+
("usuarios_unicos", "Usuarios unicos"),
|
| 93 |
+
]
|
| 94 |
+
|
| 95 |
+
fig, axes = plt.subplots(nrows=2, ncols=3, figsize=(9, 5.5))
|
| 96 |
+
axes = axes.flatten()
|
| 97 |
+
letters = ["(a)", "(b)", "(c)", "(d)", "(e)", "(f)"]
|
| 98 |
+
|
| 99 |
+
for index, (metric, title) in enumerate(metrics):
|
| 100 |
+
axis = axes[index]
|
| 101 |
+
max_value = float(monthly[metric].max())
|
| 102 |
+
exponent = 0 if max_value < 1000 else int(math.floor(math.log10(max_value) / 3) * 3)
|
| 103 |
+
scale = 1 if exponent == 0 else 10**exponent
|
| 104 |
+
axis.plot(monthly["timestamp"], monthly[metric] / scale, color="black", linewidth=1.0)
|
| 105 |
+
ylabel = title if exponent == 0 else f"{title} (x10^{exponent})"
|
| 106 |
+
axis.set_ylabel(ylabel)
|
| 107 |
+
axis.set_xlabel("Ano" if index >= 3 else "")
|
| 108 |
+
axis.text(-0.18, 1.05, letters[index], transform=axis.transAxes, fontsize=9, fontweight="bold")
|
| 109 |
+
style_axes(axis)
|
| 110 |
+
|
| 111 |
+
plt.tight_layout()
|
| 112 |
+
fig.savefig(CHARACTERIZATION_METRICS_PDF, bbox_inches="tight")
|
| 113 |
+
plt.close(fig)
|
| 114 |
+
|
| 115 |
+
videos["texto_busca"] = videos["title"].fillna("") + " " + videos["description"].fillna("")
|
| 116 |
+
platform_counts = {}
|
| 117 |
+
for term, pattern in PLATFORM_PATTERNS.items():
|
| 118 |
+
count = int(videos["texto_busca"].str.contains(pattern, na=False).sum())
|
| 119 |
+
if count > 0:
|
| 120 |
+
platform_counts[term] = count
|
| 121 |
+
|
| 122 |
+
top_platforms = sorted(platform_counts, key=platform_counts.get, reverse=True)[:30]
|
| 123 |
+
quarter_range = pd.period_range(start=STUDY_START, end=STUDY_END, freq="Q")
|
| 124 |
+
quarter_matrix = pd.DataFrame(0, index=quarter_range, columns=top_platforms)
|
| 125 |
+
videos["quarter"] = videos["published_at"].dt.to_period("Q")
|
| 126 |
+
|
| 127 |
+
for term in top_platforms:
|
| 128 |
+
pattern = PLATFORM_PATTERNS[term]
|
| 129 |
+
mentions = videos.loc[videos["texto_busca"].str.contains(pattern, na=False)].groupby("quarter").size()
|
| 130 |
+
for quarter, count in mentions.items():
|
| 131 |
+
if quarter in quarter_matrix.index:
|
| 132 |
+
quarter_matrix.loc[quarter, term] = int(count)
|
| 133 |
+
|
| 134 |
+
quarter_heatmap = zscore_by_column(quarter_matrix)
|
| 135 |
+
xtick_labels = [str(period.year) if period.quarter == 1 else "" for period in quarter_heatmap.index]
|
| 136 |
+
|
| 137 |
+
plt.figure(figsize=(9, 6))
|
| 138 |
+
sns.heatmap(
|
| 139 |
+
quarter_heatmap.T,
|
| 140 |
+
cmap="vlag",
|
| 141 |
+
center=0,
|
| 142 |
+
vmin=-2,
|
| 143 |
+
vmax=2,
|
| 144 |
+
cbar_kws={"label": "Z-score"},
|
| 145 |
+
xticklabels=xtick_labels,
|
| 146 |
+
yticklabels=True,
|
| 147 |
+
)
|
| 148 |
+
plt.xlabel("Ano")
|
| 149 |
+
plt.ylabel("Plataformas")
|
| 150 |
+
plt.tight_layout()
|
| 151 |
+
plt.savefig(CHARACTERIZATION_PLATFORM_HEATMAP_PDF, bbox_inches="tight")
|
| 152 |
+
plt.close()
|
| 153 |
+
|
| 154 |
+
comments_outside_period = len(comments_full) - len(comments_period)
|
| 155 |
+
report_lines = [
|
| 156 |
+
"Relatorio de caracterizacao do corpus",
|
| 157 |
+
"=" * 72,
|
| 158 |
+
f"Periodo de estudo: {STUDY_START.date()} a {STUDY_END.date()}",
|
| 159 |
+
f"Videos no corpus final em ingles: {videos['video_id'].nunique()}",
|
| 160 |
+
f"Comentarios no corpus final em ingles: {len(comments_full)}",
|
| 161 |
+
f"Comentarios no corpus analitico do periodo: {len(comments_period)}",
|
| 162 |
+
f"Comentarios fora do periodo analitico: {comments_outside_period}",
|
| 163 |
+
f"Canais no corpus: {videos['channel_id'].nunique()}",
|
| 164 |
+
f"Visualizacoes somadas dos videos: {int(videos['view_count'].sum())}",
|
| 165 |
+
f"Curtidas somadas dos comentarios no periodo: {int(comments_period['like_count'].sum())}",
|
| 166 |
+
f"Usuarios unicos nos comentarios do periodo: {comments_period['author_channel_id'].nunique()}",
|
| 167 |
+
"",
|
| 168 |
+
"Top 30 plataformas em titulo e descricao dos videos",
|
| 169 |
+
]
|
| 170 |
+
for position, platform in enumerate(top_platforms, start=1):
|
| 171 |
+
report_lines.append(f"{position:>2}. {platform}: {platform_counts[platform]}")
|
| 172 |
+
|
| 173 |
+
CHARACTERIZATION_REPORT_TXT.write_text("\n".join(report_lines) + "\n", encoding="utf-8")
|
| 174 |
+
|
| 175 |
+
print(f"Figura de metricas salva em: {CHARACTERIZATION_METRICS_PDF}")
|
| 176 |
+
print(f"Relatorio salvo em: {CHARACTERIZATION_REPORT_TXT}")
|
| 177 |
+
|
| 178 |
+
|
| 179 |
+
if __name__ == "__main__":
|
| 180 |
+
main()
|
files/__pycache__/pipeline_00_config.cpython-312.pyc
ADDED
|
Binary file (15.3 kB). View file
|
|
|
files/__pycache__/pipeline_00_config.cpython-312.pyc.1314830520304
ADDED
|
Binary file (15.3 kB). View file
|
|
|
files/__pycache__/pipeline_00_config.cpython-312.pyc.1398978480000
ADDED
|
Binary file (15.3 kB). View file
|
|
|
files/__pycache__/pipeline_00_config.cpython-312.pyc.1762273265392
ADDED
|
Binary file (15.3 kB). View file
|
|
|
files/__pycache__/pipeline_00_config.cpython-312.pyc.1964932449456
ADDED
|
Binary file (15.3 kB). View file
|
|
|
files/__pycache__/pipeline_00_config.cpython-312.pyc.2066738570432
ADDED
|
Binary file (15.3 kB). View file
|
|
|
files/__pycache__/pipeline_00_config.cpython-312.pyc.2075749385824
ADDED
|
Binary file (15.3 kB). View file
|
|
|
files/__pycache__/pipeline_00_config.cpython-312.pyc.2398701169536
ADDED
|
Binary file (15.3 kB). View file
|
|
|
files/__pycache__/pipeline_00_config.cpython-312.pyc.2558928629472
ADDED
|
Binary file (15.3 kB). View file
|
|
|
files/__pycache__/pipeline_00_config.cpython-312.pyc.2623211253328
ADDED
|
Binary file (15.3 kB). View file
|
|
|
files/logdaexecucao.txt
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
=== Executando etapa 01: etapa_01_filtrar_tematica.py ===
|
| 3 |
+
Carregando videos brutos...
|
| 4 |
+
Carregando comentarios brutos...
|
| 5 |
+
Videos finais: 29669
|
| 6 |
+
Comentarios finais: 612760
|
| 7 |
+
Relatorio salvo em: D:\mestrado-temporario\DadosWelysonColetaNova\files\02_filtragem_tematica\03_relatorio_filtragem_tematica.txt
|
| 8 |
+
|
| 9 |
+
=== Executando etapa 02: etapa_02_detectar_idioma.py ===
|
| 10 |
+
Processando 612760 comentarios...
|
| 11 |
+
fastText: 100%|████████████████████████████████████████████████████████████████████████| 612760/612760 [00:14<00:00, 43405.82it/s]
|
| 12 |
+
langdetect: 100%|████████████████████████████████████████████████████████████████████████| 612760/612760 [35:02<00:00, 291.47it/s]
|
| 13 |
+
langid: 100%|████████████████████████████████████████████████████████████████████████████| 612760/612760 [14:30<00:00, 703.52it/s]
|
| 14 |
+
Arquivo salvo em: D:\mestrado-temporario\DadosWelysonColetaNova\files\03_idioma\02_comentarios_comparacao_idioma.csv
|
| 15 |
+
Relatorio salvo em: D:\mestrado-temporario\DadosWelysonColetaNova\files\03_idioma\03_relatorio_comparacao_idioma.txt
|
| 16 |
+
|
| 17 |
+
=== Executando etapa 03: etapa_03_analisar_limiar.py ===
|
| 18 |
+
Relatorio salvo em: D:\mestrado-temporario\DadosWelysonColetaNova\files\03_idioma\04_relatorio_sensibilidade_limiar.txt
|
| 19 |
+
Grafico salvo em: D:\mestrado-temporario\DadosWelysonColetaNova\files\03_idioma\05_grafico_sensibilidade_limiar.png
|
| 20 |
+
|
| 21 |
+
=== Executando etapa 04: etapa_04_filtrar_corpus_ingles.py ===
|
| 22 |
+
Videos finais: 16019
|
| 23 |
+
Comentarios finais: 265301
|
| 24 |
+
Comentarios no periodo: 260791
|
| 25 |
+
Relatorio salvo em: D:\mestrado-temporario\DadosWelysonColetaNova\files\03_idioma\09_relatorio_filtragem_idioma.txt
|
| 26 |
+
|
| 27 |
+
=== Executando etapa 05: etapa_05_preparar_base_topicos.py ===
|
| 28 |
+
Comentarios no periodo: 260791
|
| 29 |
+
Base preparada para topicos: 227811
|
| 30 |
+
Arquivo salvo em: D:\mestrado-temporario\DadosWelysonColetaNova\files\04_topicos\01_comentarios_base_topicos.csv
|
| 31 |
+
|
| 32 |
+
=== Executando etapa 06: etapa_06_alinhar_topicos_legado.py ===
|
| 33 |
+
Base de topicos: 227811
|
| 34 |
+
Alinhados com topicos: 227703
|
| 35 |
+
Sem correspondencia: 108
|
| 36 |
+
Relatorio salvo em: D:\mestrado-temporario\DadosWelysonColetaNova\files\04_topicos\04_relatorio_cobertura_topicos.txt
|
| 37 |
+
|
| 38 |
+
=== Executando etapa 07: etapa_07_analisar_topicos.py ===
|
| 39 |
+
Comentarios analisados: 180589
|
| 40 |
+
Relatorio salvo em: D:\mestrado-temporario\DadosWelysonColetaNova\files\04_topicos\05_resultados_topicos\01_relatorio_analise_topicos.txt
|
| 41 |
+
|
| 42 |
+
=== Executando etapa 08: etapa_08_analisar_macrotemas.py ===
|
| 43 |
+
Grafico salvo em: D:\mestrado-temporario\DadosWelysonColetaNova\files\04_topicos\05_resultados_topicos\05_figura_evolucao_macrotemas.png
|
| 44 |
+
|
| 45 |
+
=== Executando etapa 09: etapa_09_caracterizar_corpus.py ===
|
| 46 |
+
Figura de metricas salva em: D:\mestrado-temporario\DadosWelysonColetaNova\files\05_caracterizacao_corpus\01_figura_metricas_corpus.pdf
|
| 47 |
+
Relatorio salvo em: D:\mestrado-temporario\DadosWelysonColetaNova\files\05_caracterizacao_corpus\03_relatorio_caracterizacao_corpus.txt
|
| 48 |
+
|
| 49 |
+
Pipeline concluido com sucesso.
|