Data Analytics & AI | SQL Interviews | Power BI Resources
🔓Explore the fascinating world of Data Analytics & Artificial Intelligence 💻 Best AI tools, free resources, and expert advice to land your dream tech job. Admin: @coderfun Buy ads: https://telega.io/c/Data_Visual
Ko'proq ko'rsatish📈 Telegram kanali Data Analytics & AI | SQL Interviews | Power BI Resources analitikasi
Data Analytics & AI | SQL Interviews | Power BI Resources (@data_visual) Ingliz til segmentidagi kanali faol ishtirokchi. Hozirda hamjamiyat 27 526 obunachidan iborat bo'lib, Taʼlim toifasida 6 971-o'rinni va Hindiston mintaqasida 14 694-o'rinni egallagan.
📊 Auditoriya ko‘rsatkichlari va dinamika
невідомо sanasidan buyon loyiha tez o‘sib, 27 526 obunachiga ega bo‘ldi.
31 Avgust, 2026 dagi oxirgi ma’lumotlarga ko‘ra kanal barqaror faollikka ega. Oxirgi 30 kunda obunachilar soni 169 ga, so‘nggi 24 soatda esa 3 ga o‘zgardi va umumiy qamrov yuqori darajada qolmoqda.
- Tasdiqlash holati: Tasdiqlanmagan
- Jalb etish (ER): Auditoriya o‘rtacha 2.81% darajada jalb etiladi. Nashrdan keyingi dastlabki 24 soatda kontent odatda umumiy obunachilar sonining 0.61% ini tashkil etuvchi reaksiyalarni to‘playdi.
- Post qamrovi: Har bir post o‘rtacha 773 marta ko‘riladi; birinchi sutkada odatda 167 ta ko‘rish yig‘iladi.
- Reaksiyalar va o‘zaro ta’sir: Auditoriya faol: har bir postga o‘rtacha 4 ta reaksiya keladi.
- Tematik yo‘nalishlar: Kontent |--, sql, learning, analytic, visualization kabi asosiy mavzularga jamlangan.
📝 Tavsif va kontent siyosati
Muallif resursni shaxsiy fikrni ifoda etish maydoni sifatida ta’riflaydi:
“🔓Explore the fascinating world of Data Analytics & Artificial Intelligence
💻 Best AI tools, free resources, and expert advice to land your dream tech job.
Admin: @coderfun
Buy ads: https://telega.io/c/Data_Visual”
Yuqori yangilanish chastotasi (oxirgi ma’lumot 01 Sentabr, 2026 da olingan) sababli kanal doimo dolzarb va katta qamrovli bo‘lib qoladi. Analitika auditoriya kontent bilan faol hamkorlik qilishini, uni Taʼlim toifasidagi muhim ta’sir nuqtasiga aylantirishini ko‘rsatadi.
Now let's play the role, you are a senior information security engineer, I will give you a piece of code, please help me read the code and point out where there may be security vulnerable.
Text: """
{your input here}
"""
2. Prompt to describe the situation
In the prompt, it is necessary to describe the context, result, length, format and style as much as possible
Error example:
Write a short story for kids
Correct example:
Write a funny soccer story for kids that teaches the kid that persistence is the key for success in the style of Rowling.
3. gives output in the format
If you are doing data analysis, please give the input template of the format
Error example:
Extract house pricing data from the following text.
Text: """
{your text containing pricing data}
"""
Correct example:
Extract house pricing data from the following text.
Desired format: """
House 1 | $1,000,000 | 100 sqm
House 2 | $500,000 | 90 sqm
... (and so on)
"""
Text: """
{your text containing pricing data}
"""
4. Add some example questions and answers
Sometimes adding some question and answer examples can make GPT more intelligent
Correct example:
Extract brand names from the texts below.
Text 1: Finxter and YouTube are tech companies. Google is too.
Brand names 2: Finxter, YouTube, Google
###
Text 2: If you like tech, you'll love Finxter!
Brand names 2: Finxter
###
Text 3: {your text here}
Brand names 3:
The question and answer example is also a standard template example in fine-tune
5. Simplify the sentence and clarify the purpose
Keep your words as short as possible and don't say useless content
Error example:
ChatGPT, write a sales page for my company selling sand in the desert, please write only a few sentences, nothing long and complex
Correct example:
Write a 5-sentence sales page, sell sand in the desert.
6. Good at using introductory words
Error example:
Write a Python function that plots my net worth over 10 years for different inputs on the initial investment and a given ROI
Correct example:
# Python function that plots net worth over 10
# years for different inputs on the initial
# investment and a given ROI
import matplotlib
def plot_net_worth(initial, roi):